Html Css Color HEX #4FA2AF Cadet Blue

📋 copy color: '#4FA2AF'

red 79 ◦ green 162 ◦ blue 175

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

Shades of Cadet Blue #4FA2AF

Tints of Cadet Blue #4FA2AF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.94%

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 18.99%
G = 38.94%
B = 42.07%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4FA2AF (or 0x4FA2AF) is known color: Cadet Blue. HEX triplet: 4F, A2 and AF. RGB value is (79,162,175). Sum of RGB (Red+Green+Blue) = 79+162+175=416 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.99% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #4FA2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA2AF is #B05D50. Grayscale: #8A8A8A. Windows color (decimal): -11558225 or 11510351. OLE color: 11510351.

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

Color convert

RGB 79 162 175 -
CMYK 0.55 0.07 0 0.31
HSL 188.13º 0.38% 0.5% -
HSV(B) 188.13º 0.55% 0.69% -
XYZ 23.88 30.6 45.2 -
YUV 138.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 79 162 175 0.55 0.07 0 0.31 188.13 0.38 0.5
Hex 4F A2 AF 37 7 0 1F BC 26 32
Octal 117 242 257 67 7 0 37 274 46 62
Binary 1001111 10100010 10101111 110111 111 0 11111 10111100 100110 110010

Color Harmonies of #4FA2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA2AF

Black with #4FA2AF

Text Example


Text Example

White with #4FA2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,162,175); }

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

background-color css

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

 a { background-color: rgb(79,162,175); }

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

border-color css

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

 span { border-color: rgb(79,162,175); }

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