Shades of Viking #4EBFDC
Tints of Viking #4EBFDC
RGB
CMYK
RGB Variations
Color information
#4EBFDC (or 0x4EBFDC) is known color: Viking. HEX triplet: 4E, BF and DC. RGB value is (78,191,220). Sum of RGB (Red+Green+Blue) = 78+191+220=489 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.95% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EBFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFDC is #B14023. Grayscale: #A0A0A0. Windows color (decimal): -11616292 or 14466894. OLE color: 14466894.
HSL color Cylindrical-coordinate representation of color #4EBFDC: hue angle of 192.25º 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 #4EBFDC is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 191 | 220 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.14 |
| HSL | 192.25º | 0.67% | 0.58% | - |
| HSV(B) | 192.25º | 0.65% | 0.86% | - |
| XYZ | 34.69 | 44.05 | 74.38 | - |
| YUV | 160.52 | 161.56 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 191 | 220 | 0.65 | 0.13 | 0 | 0.14 | 192.25 | 0.67 | 0.58 |
| Hex | 4E | BF | DC | 41 | D | 0 | E | C0 | 43 | 3A |
| Octal | 116 | 277 | 334 | 101 | 15 | 0 | 16 | 300 | 103 | 72 |
| Binary | 1001110 | 10111111 | 11011100 | 1000001 | 1101 | 0 | 1110 | 11000000 | 1000011 | 111010 |
Color Harmonies of #4EBFDC
Complementary color
Monochromatic Colors of #4EBFDC
Black with #4EBFDC
Text Example
Text Example
White with #4EBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBFDC; }
p { color: rgb(78,191,220); }
H1.HeaderClassName
{
color: #4EBFDC;
}
.AnyTagClassName
{
color: #4EBFDC;
}
</style>
background-color css
<style>
a { background-color: #4EBFDC; }
a { background-color: rgb(78,191,220); }
div.DivClassName
{
background-color: #4EBFDC;
}
.BgClassName
{
background-color: #4EBFDC;
}
</style>
border-color css
<style>
span { border-color: #4EBFDC; }
span { border-color: rgb(78,191,220); }
td.TdClassName
{
border-color: #4EBFDC;
}
.TagClassName
{
border-color: #4EBFDC;
}
</style>