Shades of Viking #4EBFDD
Tints of Viking #4EBFDD
RGB
CMYK
RGB Variations
Color information
#4EBFDD (or 0x4EBFDD) is known color: Viking. HEX triplet: 4E, BF and DD. RGB value is (78,191,221). Sum of RGB (Red+Green+Blue) = 78+191+221=490 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.92% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #4EBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFDD is #B14022. Grayscale: #A0A0A0. Windows color (decimal): -11616291 or 14532430. OLE color: 14532430.
HSL color Cylindrical-coordinate representation of color #4EBFDD: hue angle of 192.59º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EBFDD is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 191 | 221 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.13 |
| HSL | 192.59º | 0.68% | 0.59% | - |
| HSV(B) | 192.59º | 0.65% | 0.87% | - |
| XYZ | 34.82 | 44.1 | 75.08 | - |
| YUV | 160.63 | 162.06 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 191 | 221 | 0.65 | 0.14 | 0 | 0.13 | 192.59 | 0.68 | 0.59 |
| Hex | 4E | BF | DD | 41 | E | 0 | D | C1 | 44 | 3B |
| Octal | 116 | 277 | 335 | 101 | 16 | 0 | 15 | 301 | 104 | 73 |
| Binary | 1001110 | 10111111 | 11011101 | 1000001 | 1110 | 0 | 1101 | 11000001 | 1000100 | 111011 |
Color Harmonies of #4EBFDD
Complementary color
Monochromatic Colors of #4EBFDD
Black with #4EBFDD
Text Example
Text Example
White with #4EBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBFDD; }
p { color: rgb(78,191,221); }
H1.HeaderClassName
{
color: #4EBFDD;
}
.AnyTagClassName
{
color: #4EBFDD;
}
</style>
background-color css
<style>
a { background-color: #4EBFDD; }
a { background-color: rgb(78,191,221); }
div.DivClassName
{
background-color: #4EBFDD;
}
.BgClassName
{
background-color: #4EBFDD;
}
</style>
border-color css
<style>
span { border-color: #4EBFDD; }
span { border-color: rgb(78,191,221); }
td.TdClassName
{
border-color: #4EBFDD;
}
.TagClassName
{
border-color: #4EBFDD;
}
</style>