#4D9FAA

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

Shades of Cadet Blue #4D9FAA

Tints of Cadet Blue #4D9FAA

Color information

#4D9FAA (or 0x4D9FAA) is unknown color: approx Cadet Blue. HEX triplet: 4D, 9F and AA. RGB value is (77,159,170). Sum of RGB (Red+Green+Blue) = 77+159+170=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D9FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9FAA is #B26055. Grayscale: #878787. Windows color (decimal): -11690070 or 11181901. OLE color: 11181901.

HSL color Cylindrical-coordinate representation of color #4D9FAA: hue angle of 187.1º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D9FAA is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB77159170-
CMYK0.550.0600.33
HSL187.1º37.65%48.43%-
HSV(B)187.1º54.71%66.67%-
XYZ22.7129.2842.48-
YUV135.74147.3386.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.97%
GREEN value IS 159 (62.5% from 255) = 39.16%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=18.97%
G=39.16%
B=41.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771591700.550.0600.33187.137.6548.43
Hex4D9FAA376021bb2630
Octal1152372526760412734660
Binary10011011001111110101010110111110010000110111011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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