#4FAAAB

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

Shades of Cadet Blue #4FAAAB

Tints of Cadet Blue #4FAAAB

Color information

#4FAAAB (or 0x4FAAAB) is unknown color: approx Cadet Blue. HEX triplet: 4F, AA and AB. RGB value is (79,170,171). Sum of RGB (Red+Green+Blue) = 79+170+171=420 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.81% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #4FAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAAB is #B05554. Grayscale: #8E8E8E. Windows color (decimal): -11556181 or 11250255. OLE color: 11250255.

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

Color convert

RGB79170171-
CMYK0.540.0100.33
HSL180.65º36.8%49.02%-
HSV(B)180.65º53.8%67.06%-
XYZ24.9533.3543.65-
YUV142.9143.8582.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.81%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=18.81%
G=40.48%
B=40.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791701710.540.0100.33180.6536.849.02
Hex4FAAAB361021b52531
Octal1172522536610412654561
Binary100111110101010101010111101101010000110110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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