Shades of Viking #4EB9CF
Tints of Viking #4EB9CF
RGB
CMYK
RGB Variations
Color information
#4EB9CF (or 0x4EB9CF) is known color: Viking. HEX triplet: 4E, B9 and CF. RGB value is (78,185,207). Sum of RGB (Red+Green+Blue) = 78+185+207=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #4EB9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB9CF is #B14630. Grayscale: #9B9B9B. Windows color (decimal): -11617841 or 13613390. OLE color: 13613390.
HSL color Cylindrical-coordinate representation of color #4EB9CF: hue angle of 190.23º 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 #4EB9CF is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 185 | 207 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.19 |
| HSL | 190.23º | 0.57% | 0.56% | - |
| HSV(B) | 190.23º | 0.62% | 0.81% | - |
| XYZ | 31.75 | 40.82 | 65.24 | - |
| YUV | 155.52 | 157.05 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 185 | 207 | 0.62 | 0.11 | 0 | 0.19 | 190.23 | 0.57 | 0.56 |
| Hex | 4E | B9 | CF | 3E | B | 0 | 13 | BE | 39 | 38 |
| Octal | 116 | 271 | 317 | 76 | 13 | 0 | 23 | 276 | 71 | 70 |
| Binary | 1001110 | 10111001 | 11001111 | 111110 | 1011 | 0 | 10011 | 10111110 | 111001 | 111000 |
Color Harmonies of #4EB9CF
Complementary color
Monochromatic Colors of #4EB9CF
Black with #4EB9CF
Text Example
Text Example
White with #4EB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB9CF; }
p { color: rgb(78,185,207); }
H1.HeaderClassName
{
color: #4EB9CF;
}
.AnyTagClassName
{
color: #4EB9CF;
}
</style>
background-color css
<style>
a { background-color: #4EB9CF; }
a { background-color: rgb(78,185,207); }
div.DivClassName
{
background-color: #4EB9CF;
}
.BgClassName
{
background-color: #4EB9CF;
}
</style>
border-color css
<style>
span { border-color: #4EB9CF; }
span { border-color: rgb(78,185,207); }
td.TdClassName
{
border-color: #4EB9CF;
}
.TagClassName
{
border-color: #4EB9CF;
}
</style>