Html Css Color HEX #4EABB6 Viking

📋 copy color: '#4EABB6'

red 78 ◦ green 171 ◦ blue 182

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

Shades of Viking #4EABB6

Tints of Viking #4EABB6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

 BLUE value IS 182 (71.48% from 255) = 42.23%

R = 18.1%
G = 39.68%
B = 42.23%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4EABB6 (or 0x4EABB6) is known color: Viking. HEX triplet: 4E, AB and B6. RGB value is (78,171,182). Sum of RGB (Red+Green+Blue) = 78+171+182=431 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.10% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #4EABB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EABB6 is #B15449. Grayscale: #909090. Windows color (decimal): -11621450 or 11971406. OLE color: 11971406.

HSL color Cylindrical-coordinate representation of color #4EABB6: hue angle of 186.35º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EABB6 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 78 171 182 -
CMYK 0.57 0.06 0 0.29
HSL 186.35º 0.42% 0.51% -
HSV(B) 186.35º 0.57% 0.71% -
XYZ 26.15 34.12 49.46 -
YUV 144.45 149.19 80.61 -
System Red Green Blue C M Y K H S L
Decimal 78 171 182 0.57 0.06 0 0.29 186.35 0.42 0.51
Hex 4E AB B6 39 6 0 1D BA 2A 33
Octal 116 253 266 71 6 0 35 272 52 63
Binary 1001110 10101011 10110110 111001 110 0 11101 10111010 101010 110011

Color Harmonies of #4EABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EABB6

Black with #4EABB6

Text Example


Text Example

White with #4EABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,171,182); }

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

background-color css

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

 a { background-color: rgb(78,171,182); }

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

border-color css

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

 span { border-color: rgb(78,171,182); }

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