#4F9EAB

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

Shades of Cadet Blue #4F9EAB

Tints of Cadet Blue #4F9EAB

Color information

#4F9EAB (or 0x4F9EAB) is unknown color: approx Cadet Blue. HEX triplet: 4F, 9E and AB. RGB value is (79,158,171). Sum of RGB (Red+Green+Blue) = 79+158+171=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F9EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9EAB is #B06154. Grayscale: #878787. Windows color (decimal): -11559253 or 11247183. OLE color: 11247183.

HSL color Cylindrical-coordinate representation of color #4F9EAB: hue angle of 188.48º 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 #4F9EAB is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB79158171-
CMYK0.540.0800.33
HSL188.48º36.8%49.02%-
HSV(B)188.48º53.8%67.06%-
XYZ22.829.0642.93-
YUV135.86147.8387.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.36%
GREEN value IS 158 (62.11% from 255) = 38.73%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=19.36%
G=38.73%
B=41.91%

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
Decimal791581710.540.0800.33188.4836.849.02
Hex4F9EAB368021bc2531
Octal11723625366100412744561
Binary100111110011110101010111101101000010000110111100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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