Html Css Color HEX #4EAABC Viking

📋 copy color: '#4EAABC'

red 78 ◦ green 170 ◦ blue 188

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

Shades of Viking #4EAABC

Tints of Viking #4EAABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 17.89%
G = 38.99%
B = 43.12%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4EAABC (or 0x4EAABC) is known color: Viking. HEX triplet: 4E, AA and BC. RGB value is (78,170,188). Sum of RGB (Red+Green+Blue) = 78+170+188=436 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.89% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #4EAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAABC is #B15543. Grayscale: #909090. Windows color (decimal): -11621700 or 12364366. OLE color: 12364366.

HSL color Cylindrical-coordinate representation of color #4EAABC: hue angle of 189.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EAABC is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 170 188 -
CMYK 0.59 0.10 0 0.26
HSL 189.82º 0.45% 0.52% -
HSV(B) 189.82º 0.59% 0.74% -
XYZ 26.59 34 52.74 -
YUV 144.54 152.52 80.54 -
System Red Green Blue C M Y K H S L
Decimal 78 170 188 0.59 0.10 0 0.26 189.82 0.45 0.52
Hex 4E AA BC 3B A 0 1A BE 2D 34
Octal 116 252 274 73 12 0 32 276 55 64
Binary 1001110 10101010 10111100 111011 1010 0 11010 10111110 101101 110100

Color Harmonies of #4EAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAABC

Black with #4EAABC

Text Example


Text Example

White with #4EAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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