#4EB9C6

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

Shades of Viking #4EB9C6

Tints of Viking #4EB9C6

Color information

#4EB9C6 (or 0x4EB9C6) is unknown color: approx Viking. HEX triplet: 4E, B9 and C6. RGB value is (78,185,198). Sum of RGB (Red+Green+Blue) = 78+185+198=461 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.92% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #4EB9C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB9C6 is #B14639. Grayscale: #9A9A9A. Windows color (decimal): -11617850 or 13023566. OLE color: 13023566.

HSL color Cylindrical-coordinate representation of color #4EB9C6: hue angle of 186.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 #4EB9C6 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB78185198-
CMYK0.610.0700.22
HSL186.5º51.28%54.12%-
HSV(B)186.5º60.61%77.65%-
XYZ30.6840.3959.61-
YUV154.49152.5573.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.92%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=16.92%
G=40.13%
B=42.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal781851980.610.0700.22186.551.2854.12
Hex4EB9C63D7016ba3336
Octal1162713067570262726366
Binary1001110101110011100011011110111101011010111010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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