#4EB9D0

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

Shades of Viking #4EB9D0

Tints of Viking #4EB9D0

Color information

#4EB9D0 (or 0x4EB9D0) is unknown color: approx Viking. HEX triplet: 4E, B9 and D0. RGB value is (78,185,208). Sum of RGB (Red+Green+Blue) = 78+185+208=471 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.56% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #4EB9D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB9D0 is #B1462F. Grayscale: #9B9B9B. Windows color (decimal): -11617840 or 13678926. OLE color: 13678926.

HSL color Cylindrical-coordinate representation of color #4EB9D0: hue angle of 190.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EB9D0 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB78185208-
CMYK0.620.1100.18
HSL190.62º58.04%56.08%-
HSV(B)190.62º62.5%81.57%-
XYZ31.8840.8765.88-
YUV155.63157.5572.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.56%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 208 (81.64% from 255) = 44.16%
R=16.56%
G=39.28%
B=44.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal781852080.620.1100.18190.6258.0456.08
Hex4EB9D03EB012bf3a38
Octal11627132076130222777270
Binary10011101011100111010000111110101101001010111111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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