Html Css Color HEX #4EAACE Viking

📋 copy color: '#4EAACE'

red 78 ◦ green 170 ◦ blue 206

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

Shades of Viking #4EAACE

Tints of Viking #4EAACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.44%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 17.18%
G = 37.44%
B = 45.37%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4EAACE (or 0x4EAACE) is known color: Viking. HEX triplet: 4E, AA and CE. RGB value is (78,170,206). Sum of RGB (Red+Green+Blue) = 78+170+206=454 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.18% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EAACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAACE is #B15531. Grayscale: #929292. Windows color (decimal): -11621682 or 13544014. OLE color: 13544014.

HSL color Cylindrical-coordinate representation of color #4EAACE: hue angle of 196.88º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EAACE is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 170 206 -
CMYK 0.62 0.17 0 0.19
HSL 196.88º 0.57% 0.56% -
HSV(B) 196.88º 0.62% 0.81% -
XYZ 28.66 34.83 63.6 -
YUV 146.6 161.52 79.07 -
System Red Green Blue C M Y K H S L
Decimal 78 170 206 0.62 0.17 0 0.19 196.88 0.57 0.56
Hex 4E AA CE 3E 11 0 13 C5 39 38
Octal 116 252 316 76 21 0 23 305 71 70
Binary 1001110 10101010 11001110 111110 10001 0 10011 11000101 111001 111000

Color Harmonies of #4EAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAACE

Black with #4EAACE

Text Example


Text Example

White with #4EAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,170,206); }

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

background-color css

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

 a { background-color: rgb(78,170,206); }

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

border-color css

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

 span { border-color: rgb(78,170,206); }

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