#4F9DAB

Color #4F9DAB Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #4F9DAB

Tints of Cadet Blue #4F9DAB

Color information

#4F9DAB (or 0x4F9DAB) is unknown color: approx Cadet Blue. HEX triplet: 4F, 9D and AB. RGB value is (79,157,171). Sum of RGB (Red+Green+Blue) = 79+157+171=407 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.41% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F9DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9DAB is #B06254. Grayscale: #878787. Windows color (decimal): -11559509 or 11246927. OLE color: 11246927.

HSL color Cylindrical-coordinate representation of color #4F9DAB: hue angle of 189.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F9DAB is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB79157171-
CMYK0.540.0800.33
HSL189.13º36.8%49.02%-
HSV(B)189.13º53.8%67.06%-
XYZ22.6328.7242.88-
YUV135.27148.1687.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 19.41%
GREEN value IS 157 (61.72% from 255) = 38.57%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=19.41%
G=38.57%
B=42.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791571710.540.0800.33189.1336.849.02
Hex4F9DAB368021bd2531
Octal11723525366100412754561
Binary100111110011101101010111101101000010000110111101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F9DAB; }

 p { color: rgb(79,157,171); }

 H1.HeaderClassName
 {
   color: #4F9DAB;
 }
 .AnyTagClassName
 {
   color: #4F9DAB;
 }
</style>
background-color css

<style>
 a { background-color: #4F9DAB; }

 a { background-color: rgb(79,157,171); }

 div.DivClassName
 {
   background-color: #4F9DAB;
 }
 .BgClassName
 {
   background-color: #4F9DAB;
 }
</style>
border-color css

<style>
 span { border-color: #4F9DAB; }

 span { border-color: rgb(79,157,171); }

 td.TdClassName
 {
   border-color: #4F9DAB;
 }
 .TagClassName
 {
   border-color: #4F9DAB;
 }
</style>