Shades of Viking #4EADD0
Tints of Viking #4EADD0
RGB
CMYK
RGB Variations
Color information
#4EADD0 (or 0x4EADD0) is known color: Viking. HEX triplet: 4E, AD and D0. RGB value is (78,173,208). Sum of RGB (Red+Green+Blue) = 78+173+208=459 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.99% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #4EADD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EADD0 is #B1522F. Grayscale: #949494. Windows color (decimal): -11620912 or 13675854. OLE color: 13675854.
HSL color Cylindrical-coordinate representation of color #4EADD0: hue angle of 196.15º 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 #4EADD0 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 173 | 208 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.18 |
| HSL | 196.15º | 0.58% | 0.56% | - |
| HSV(B) | 196.15º | 0.63% | 0.82% | - |
| XYZ | 29.47 | 36.06 | 65.08 | - |
| YUV | 148.59 | 161.53 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 173 | 208 | 0.62 | 0.17 | 0 | 0.18 | 196.15 | 0.58 | 0.56 |
| Hex | 4E | AD | D0 | 3E | 11 | 0 | 12 | C4 | 3A | 38 |
| Octal | 116 | 255 | 320 | 76 | 21 | 0 | 22 | 304 | 72 | 70 |
| Binary | 1001110 | 10101101 | 11010000 | 111110 | 10001 | 0 | 10010 | 11000100 | 111010 | 111000 |
Color Harmonies of #4EADD0
Complementary color
Monochromatic Colors of #4EADD0
Black with #4EADD0
Text Example
Text Example
White with #4EADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EADD0; }
p { color: rgb(78,173,208); }
H1.HeaderClassName
{
color: #4EADD0;
}
.AnyTagClassName
{
color: #4EADD0;
}
</style>
background-color css
<style>
a { background-color: #4EADD0; }
a { background-color: rgb(78,173,208); }
div.DivClassName
{
background-color: #4EADD0;
}
.BgClassName
{
background-color: #4EADD0;
}
</style>
border-color css
<style>
span { border-color: #4EADD0; }
span { border-color: rgb(78,173,208); }
td.TdClassName
{
border-color: #4EADD0;
}
.TagClassName
{
border-color: #4EADD0;
}
</style>