#4EB8D0

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

Shades of Viking #4EB8D0

Tints of Viking #4EB8D0

Color information

#4EB8D0 (or 0x4EB8D0) is unknown color: approx Viking. HEX triplet: 4E, B8 and D0. RGB value is (78,184,208). Sum of RGB (Red+Green+Blue) = 78+184+208=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #4EB8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB8D0 is #B1472F. Grayscale: #9A9A9A. Windows color (decimal): -11618096 or 13678670. OLE color: 13678670.

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

Color convert

RGB78184208-
CMYK0.620.1200.18
HSL191.08º58.04%56.08%-
HSV(B)191.08º62.5%81.57%-
XYZ31.6740.4565.81-
YUV155.04157.8873.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.60%
GREEN value IS 184 (72.27% from 255) = 39.15%
BLUE value IS 208 (81.64% from 255) = 44.26%
R=16.60%
G=39.15%
B=44.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal781842080.620.1200.18191.0858.0456.08
Hex4EB8D03EC012bf3a38
Octal11627032076140222777270
Binary10011101011100011010000111110110001001010111111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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