Html Css Color HEX #4EA2AF Cadet Blue

📋 copy color: '#4EA2AF'

red 78 ◦ green 162 ◦ blue 175

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

Shades of Cadet Blue #4EA2AF

Tints of Cadet Blue #4EA2AF

RGB

 RED value IS 78 (30.86% from 255) = 18.8%

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

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

R = 18.8%
G = 39.04%
B = 42.17%

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

#4EA2AF (or 0x4EA2AF) is known color: Cadet Blue. HEX triplet: 4E, A2 and AF. RGB value is (78,162,175). Sum of RGB (Red+Green+Blue) = 78+162+175=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #4EA2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA2AF is #B15D50. Grayscale: #8A8A8A. Windows color (decimal): -11623761 or 11510350. OLE color: 11510350.

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

Color convert

RGB 78 162 175 -
CMYK 0.55 0.07 0 0.31
HSL 188.04º 0.38% 0.5% -
HSV(B) 188.04º 0.55% 0.69% -
XYZ 23.8 30.56 45.2 -
YUV 138.37 148.67 84.94 -
System Red Green Blue C M Y K H S L
Decimal 78 162 175 0.55 0.07 0 0.31 188.04 0.38 0.5
Hex 4E A2 AF 37 7 0 1F BC 26 32
Octal 116 242 257 67 7 0 37 274 46 62
Binary 1001110 10100010 10101111 110111 111 0 11111 10111100 100110 110010

Color Harmonies of #4EA2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA2AF

Black with #4EA2AF

Text Example


Text Example

White with #4EA2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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