Shades of Viking #4EB5CE
Tints of Viking #4EB5CE
RGB
CMYK
RGB Variations
Color information
#4EB5CE (or 0x4EB5CE) is known color: Viking. HEX triplet: 4E, B5 and CE. RGB value is (78,181,206). Sum of RGB (Red+Green+Blue) = 78+181+206=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EB5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB5CE is #B14A31. Grayscale: #989898. Windows color (decimal): -11618866 or 13546830. OLE color: 13546830.
HSL color Cylindrical-coordinate representation of color #4EB5CE: hue angle of 191.72º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EB5CE is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 181 | 206 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.19 |
| HSL | 191.72º | 0.57% | 0.56% | - |
| HSV(B) | 191.72º | 0.62% | 0.81% | - |
| XYZ | 30.81 | 39.12 | 64.32 | - |
| YUV | 153.05 | 157.88 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 181 | 206 | 0.62 | 0.12 | 0 | 0.19 | 191.72 | 0.57 | 0.56 |
| Hex | 4E | B5 | CE | 3E | C | 0 | 13 | C0 | 39 | 38 |
| Octal | 116 | 265 | 316 | 76 | 14 | 0 | 23 | 300 | 71 | 70 |
| Binary | 1001110 | 10110101 | 11001110 | 111110 | 1100 | 0 | 10011 | 11000000 | 111001 | 111000 |
Color Harmonies of #4EB5CE
Complementary color
Monochromatic Colors of #4EB5CE
Black with #4EB5CE
Text Example
Text Example
White with #4EB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB5CE; }
p { color: rgb(78,181,206); }
H1.HeaderClassName
{
color: #4EB5CE;
}
.AnyTagClassName
{
color: #4EB5CE;
}
</style>
background-color css
<style>
a { background-color: #4EB5CE; }
a { background-color: rgb(78,181,206); }
div.DivClassName
{
background-color: #4EB5CE;
}
.BgClassName
{
background-color: #4EB5CE;
}
</style>
border-color css
<style>
span { border-color: #4EB5CE; }
span { border-color: rgb(78,181,206); }
td.TdClassName
{
border-color: #4EB5CE;
}
.TagClassName
{
border-color: #4EB5CE;
}
</style>