#4FA4AC

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

Shades of Cadet Blue #4FA4AC

Tints of Cadet Blue #4FA4AC

Color information

#4FA4AC (or 0x4FA4AC) is unknown color: approx Cadet Blue. HEX triplet: 4F, A4 and AC. RGB value is (79,164,172). Sum of RGB (Red+Green+Blue) = 79+164+172=415 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.04% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #4FA4AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA4AC is #B05B53. Grayscale: #8B8B8B. Windows color (decimal): -11557716 or 11314255. OLE color: 11314255.

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

Color convert

RGB79164172-
CMYK0.540.0500.33
HSL185.16º37.05%49.22%-
HSV(B)185.16º54.07%67.45%-
XYZ23.9531.1943.79-
YUV139.5146.3484.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.04%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=19.04%
G=39.52%
B=41.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791641720.540.0500.33185.1637.0549.22
Hex4FA4AC365021b92531
Octal1172442546650412714561
Binary10011111010010010101100110110101010000110111001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,164,172); }

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

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

 a { background-color: rgb(79,164,172); }

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

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

 span { border-color: rgb(79,164,172); }

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