#4EABC6

Color #4EABC6 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4EABC6

Tints of Viking #4EABC6

Color information

#4EABC6 (or 0x4EABC6) is unknown color: approx Viking. HEX triplet: 4E, AB and C6. RGB value is (78,171,198). Sum of RGB (Red+Green+Blue) = 78+171+198=447 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.45% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #4EABC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EABC6 is #B15439. Grayscale: #929292. Windows color (decimal): -11621434 or 13019982. OLE color: 13019982.

HSL color Cylindrical-coordinate representation of color #4EABC6: hue angle of 193.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EABC6 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB78171198-
CMYK0.610.1400.22
HSL193.5º51.28%54.12%-
HSV(B)193.5º60.61%77.65%-
XYZ27.934.8258.68-
YUV146.27157.1979.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.45%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 198 (77.73% from 255) = 44.30%
R=17.45%
G=38.26%
B=44.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal781711980.610.1400.22193.551.2854.12
Hex4EABC63DE016c23336
Octal11625330675160263026366
Binary10011101010101111000110111101111001011011000010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EABC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EABC6;
 }
 .AnyTagClassName
 {
   color: #4EABC6;
 }
</style>
background-color css

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

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

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

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

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

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