Html Css Color HEX #4EA6BC Viking

📋 copy color: '#4EA6BC'

red 78 ◦ green 166 ◦ blue 188

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

Shades of Viking #4EA6BC

Tints of Viking #4EA6BC

RGB

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

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

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

R = 18.06%
G = 38.43%
B = 43.52%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4EA6BC (or 0x4EA6BC) is known color: Viking. HEX triplet: 4E, A6 and BC. RGB value is (78,166,188). Sum of RGB (Red+Green+Blue) = 78+166+188=432 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.06% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #4EA6BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA6BC is #B15943. Grayscale: #8E8E8E. Windows color (decimal): -11622724 or 12363342. OLE color: 12363342.

HSL color Cylindrical-coordinate representation of color #4EA6BC: hue angle of 192º 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 #4EA6BC is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 166 188 -
CMYK 0.59 0.12 0 0.26
HSL 192º 0.45% 0.52% -
HSV(B) 192º 0.59% 0.74% -
XYZ 25.86 32.52 52.49 -
YUV 142.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 78 166 188 0.59 0.12 0 0.26 192 0.45 0.52
Hex 4E A6 BC 3B C 0 1A C0 2D 34
Octal 116 246 274 73 14 0 32 300 55 64
Binary 1001110 10100110 10111100 111011 1100 0 11010 11000000 101101 110100

Color Harmonies of #4EA6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA6BC

Black with #4EA6BC

Text Example


Text Example

White with #4EA6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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