COLOR #4199AB

HEX: #4199AB
RGB: (65,153,171)

Color info

#4199AB contains mainly green and blue colors. Web safe color of #4199AB is #339999 (or #399).

RGB color model

#4199AB color RGB value is (65,153,171).

  • red value is 65;
  • green value is 153;
  • blue value is 171.
RGB:
(65,153,171)
(25%,60%,67%)

RGB channels and saturation

R 65 of 255 = 25%
G 153 of 255 = 60%
B 171 of 255 = 67%

65
153
171

R + G + B ~ 51%. #4199AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 153 + 171 = 389 (100%)
R 65 of 389 ~ 16.71%
G 153 of 389 ~ 39.33%
B 171 of 389 ~ 43.96%

%16.71
%39.33
%43.96

CMYK color model

#4199AB color CMYK value is (62,11,0,33).

  • cyan value is 61.99%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(62,11,0,33)
C62M11Y0K33 
(62%,11%,0%,33%)
(0.62/0.11/0.00/0.33)	

CMYK percentages

%61.99
%10.53
%0
%32.94

Codes

Color #4199AB in popluar color models

4199AB
RGB65153171
HSL190°44.92%46.27%
HSB/HSV190°61.99%67.06%
CMYK61.99%10.53%0.00%
32.94%

Color #4199AB in popluar number systems.

HEX4199AB
Decimal65153171
Binary10000011001100110101011
Octal101231253

Shades and tints

Shades of #4199AB

#4199AB
(65,153,171)
#3C8C9C
(60,140,156)
#377F8D
(55,127,141)
#32727E
(50,114,126)
#2D656F
(45,101,111)
#285860
(40,88,96)
#234B51
(35,75,81)
#1E3E42
(30,62,66)
#193133
(25,49,51)
#142424
(20,36,36)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #4199AB

#4199AB
(65,153,171)
#52A2B2
(82,162,178)
#63ABB9
(99,171,185)
#74B4C0
(116,180,192)
#85BDC7
(133,189,199)
#96C6CE
(150,198,206)
#A7CFD5
(167,207,213)
#B8D8DC
(184,216,220)
#C9E1E3
(201,225,227)
#DAEAEA
(218,234,234)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4199AB color. Also use rgb(65,153,171) instead hex code.

Text Font Color

.myTextColor { color: #4199AB; }

<p style="color:#4199AB">This sample text font color is #4199AB.</p>

This text font color is #4199AB.


Background Color

.myBgColor { background-color: #4199AB; }

<div style="background-color:#4199AB">Inner text</div>

This div background color is #4199AB.


Border color

.myBorderColor { border: 1px solid #4199AB; }

<div style="border:3px solid #4199AB">Div</div>

This div border color is #4199AB.


Opacity

.myOpacity80 { color: #4199AB; opacity: 0.8; }

<p style="color:#4199AB;opacity:0.8;">80%</p>

Text with #4199AB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4199AB;}

<p style="text-shadow: 3px 3px 1px #4199AB">Text here.</p>

This text has shadow with #4199AB color.

.textShadow {text-shadow: 3px 3px 1px #4199AB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4199AB, 5px 5px 20px red">Text here.</p>

This text has shadow with #4199AB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4199AB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4199AB, Direction=45, Strength=4)">Text</p>

This text has shadow with #4199AB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4199AB;
  -webkit-box-shadow:	1px 1px 3px 2px #4199AB;
  box-shadow:		1px 1px 3px 2px #4199AB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4199AB;
-webkit-box-shadow: 1px 1px 3px 2px #4199AB;
box-shadow:1px 1px 3px 2px #4199AB;">
Div content here</div>
This div box has shadow with color #4199AB.

Preview

Color preview on black background

This text has color #4199AB on black background.


Color preview on white background

This text has color #4199AB on white background.



Black color preview on #4199AB background

This text has black color on #4199AB background.


White color preview on #4199AB background

This text has white color on #4199AB background.