Html Css Color HEX #4FA6AE Cadet Blue

📋 copy color: '#4FA6AE'

red 79 ◦ green 166 ◦ blue 174

#4FA6AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #4FA6AE

Tints of Cadet Blue #4FA6AE

RGB

 RED value IS 79 (31.25% from 255) = 18.85%

 GREEN value IS 166 (65.23% from 255) = 39.62%

 BLUE value IS 174 (68.36% from 255) = 41.53%

R = 18.85%
G = 39.62%
B = 41.53%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4FA6AE (or 0x4FA6AE) is known color: Cadet Blue. HEX triplet: 4F, A6 and AE. RGB value is (79,166,174). Sum of RGB (Red+Green+Blue) = 79+166+174=419 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.85% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #4FA6AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA6AE is #B05951. Grayscale: #8C8C8C. Windows color (decimal): -11557202 or 11445839. OLE color: 11445839.

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

Color convert

RGB 79 166 174 -
CMYK 0.55 0.05 0 0.32
HSL 185.05º 0.38% 0.5% -
HSV(B) 185.05º 0.55% 0.68% -
XYZ 24.5 31.99 44.93 -
YUV 140.9 146.68 83.85 -
System Red Green Blue C M Y K H S L
Decimal 79 166 174 0.55 0.05 0 0.32 185.05 0.38 0.5
Hex 4F A6 AE 37 5 0 20 B9 26 32
Octal 117 246 256 67 5 0 40 271 46 62
Binary 1001111 10100110 10101110 110111 101 0 100000 10111001 100110 110010

Color Harmonies of #4FA6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA6AE

Black with #4FA6AE

Text Example


Text Example

White with #4FA6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4FA6AE;
 }
 .AnyTagClassName
 {
   color: #4FA6AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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