Shades of Viking #4EB2DC
Tints of Viking #4EB2DC
RGB
CMYK
RGB Variations
Color information
#4EB2DC (or 0x4EB2DC) is known color: Viking. HEX triplet: 4E, B2 and DC. RGB value is (78,178,220). Sum of RGB (Red+Green+Blue) = 78+178+220=476 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.39% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EB2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EB2DC is #B14D23. Grayscale: #989898. Windows color (decimal): -11619620 or 14463566. OLE color: 14463566.
HSL color Cylindrical-coordinate representation of color #4EB2DC: hue angle of 197.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EB2DC is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 178 | 220 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.14 |
| HSL | 197.75º | 0.67% | 0.58% | - |
| HSV(B) | 197.75º | 0.65% | 0.86% | - |
| XYZ | 31.98 | 38.63 | 73.48 | - |
| YUV | 152.89 | 165.87 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 178 | 220 | 0.65 | 0.19 | 0 | 0.14 | 197.75 | 0.67 | 0.58 |
| Hex | 4E | B2 | DC | 41 | 13 | 0 | E | C6 | 43 | 3A |
| Octal | 116 | 262 | 334 | 101 | 23 | 0 | 16 | 306 | 103 | 72 |
| Binary | 1001110 | 10110010 | 11011100 | 1000001 | 10011 | 0 | 1110 | 11000110 | 1000011 | 111010 |
Color Harmonies of #4EB2DC
Complementary color
Monochromatic Colors of #4EB2DC
Black with #4EB2DC
Text Example
Text Example
White with #4EB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB2DC; }
p { color: rgb(78,178,220); }
H1.HeaderClassName
{
color: #4EB2DC;
}
.AnyTagClassName
{
color: #4EB2DC;
}
</style>
background-color css
<style>
a { background-color: #4EB2DC; }
a { background-color: rgb(78,178,220); }
div.DivClassName
{
background-color: #4EB2DC;
}
.BgClassName
{
background-color: #4EB2DC;
}
</style>
border-color css
<style>
span { border-color: #4EB2DC; }
span { border-color: rgb(78,178,220); }
td.TdClassName
{
border-color: #4EB2DC;
}
.TagClassName
{
border-color: #4EB2DC;
}
</style>