#4FA3AE

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

Shades of Cadet Blue #4FA3AE

Tints of Cadet Blue #4FA3AE

Color information

#4FA3AE (or 0x4FA3AE) is unknown color: approx Cadet Blue. HEX triplet: 4F, A3 and AE. RGB value is (79,163,174). Sum of RGB (Red+Green+Blue) = 79+163+174=416 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.99% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #4FA3AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA3AE is #B05C51. Grayscale: #8B8B8B. Windows color (decimal): -11557970 or 11445071. OLE color: 11445071.

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

Color convert

RGB79163174-
CMYK0.550.0600.32
HSL186.95º37.55%49.61%-
HSV(B)186.95º54.6%68.24%-
XYZ23.9630.9144.75-
YUV139.14147.6785.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.99%
GREEN value IS 163 (64.06% from 255) = 39.18%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=18.99%
G=39.18%
B=41.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791631740.550.0600.32186.9537.5549.61
Hex4FA3AE376020bb2632
Octal1172432566760402734662
Binary10011111010001110101110110111110010000010111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,163,174); }

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

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

 a { background-color: rgb(79,163,174); }

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

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

 span { border-color: rgb(79,163,174); }

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