#4F9FAA

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

Shades of Cadet Blue #4F9FAA

Tints of Cadet Blue #4F9FAA

Color information

#4F9FAA (or 0x4F9FAA) is unknown color: approx Cadet Blue. HEX triplet: 4F, 9F and AA. RGB value is (79,159,170). Sum of RGB (Red+Green+Blue) = 79+159+170=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F9FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9FAA is #B06055. Grayscale: #888888. Windows color (decimal): -11558998 or 11181903. OLE color: 11181903.

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

Color convert

RGB79159170-
CMYK0.540.0600.33
HSL187.25º36.55%48.82%-
HSV(B)187.25º53.53%66.67%-
XYZ22.8829.3642.49-
YUV136.3314787.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.36%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=19.36%
G=38.97%
B=41.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791591700.540.0600.33187.2536.5548.82
Hex4F9FAA366021bb2531
Octal1172372526660412734561
Binary10011111001111110101010110110110010000110111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,159,170); }

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

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

 a { background-color: rgb(79,159,170); }

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

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

 span { border-color: rgb(79,159,170); }

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