#4EB5D8

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

Shades of Viking #4EB5D8

Tints of Viking #4EB5D8

Color information

#4EB5D8 (or 0x4EB5D8) is unknown color: approx Viking. HEX triplet: 4E, B5 and D8. RGB value is (78,181,216). Sum of RGB (Red+Green+Blue) = 78+181+216=475 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.42% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #4EB5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB5D8 is #B14A27. Grayscale: #999999. Windows color (decimal): -11618856 or 14202190. OLE color: 14202190.

HSL color Cylindrical-coordinate representation of color #4EB5D8: hue angle of 195.22º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EB5D8 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB78181216-
CMYK0.640.1600.15
HSL195.22º63.89%57.65%-
HSV(B)195.22º63.89%84.71%-
XYZ32.0639.6370.92-
YUV154.19162.8873.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.42%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 216 (84.77% from 255) = 45.47%
R=16.42%
G=38.11%
B=45.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal781812160.640.1600.15195.2263.8957.65
Hex4EB5D840100Fc3403a
Octal1162653301002001730310072
Binary1001110101101011101100010000001000001111110000111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,181,216); }

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

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

 a { background-color: rgb(78,181,216); }

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

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

 span { border-color: rgb(78,181,216); }

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