Shades of Viking #4EB0D3
Tints of Viking #4EB0D3
RGB
CMYK
RGB Variations
Color information
#4EB0D3 (or 0x4EB0D3) is known color: Viking. HEX triplet: 4E, B0 and D3. RGB value is (78,176,211). Sum of RGB (Red+Green+Blue) = 78+176+211=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #4EB0D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EB0D3 is #B14F2C. Grayscale: #969696. Windows color (decimal): -11620141 or 13873230. OLE color: 13873230.
HSL color Cylindrical-coordinate representation of color #4EB0D3: hue angle of 195.79º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4EB0D3 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 176 | 211 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.17 |
| HSL | 195.79º | 0.6% | 0.57% | - |
| HSV(B) | 195.79º | 0.63% | 0.83% | - |
| XYZ | 30.43 | 37.37 | 67.24 | - |
| YUV | 150.69 | 162.03 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 176 | 211 | 0.63 | 0.17 | 0 | 0.17 | 195.79 | 0.6 | 0.57 |
| Hex | 4E | B0 | D3 | 3F | 11 | 0 | 11 | C4 | 3C | 39 |
| Octal | 116 | 260 | 323 | 77 | 21 | 0 | 21 | 304 | 74 | 71 |
| Binary | 1001110 | 10110000 | 11010011 | 111111 | 10001 | 0 | 10001 | 11000100 | 111100 | 111001 |
Color Harmonies of #4EB0D3
Complementary color
Monochromatic Colors of #4EB0D3
Black with #4EB0D3
Text Example
Text Example
White with #4EB0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB0D3; }
p { color: rgb(78,176,211); }
H1.HeaderClassName
{
color: #4EB0D3;
}
.AnyTagClassName
{
color: #4EB0D3;
}
</style>
background-color css
<style>
a { background-color: #4EB0D3; }
a { background-color: rgb(78,176,211); }
div.DivClassName
{
background-color: #4EB0D3;
}
.BgClassName
{
background-color: #4EB0D3;
}
</style>
border-color css
<style>
span { border-color: #4EB0D3; }
span { border-color: rgb(78,176,211); }
td.TdClassName
{
border-color: #4EB0D3;
}
.TagClassName
{
border-color: #4EB0D3;
}
</style>