Shades of Viking #4EBECF
Tints of Viking #4EBECF
RGB
CMYK
RGB Variations
Color information
#4EBECF (or 0x4EBECF) is known color: Viking. HEX triplet: 4E, BE and CF. RGB value is (78,190,207). Sum of RGB (Red+Green+Blue) = 78+190+207=475 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.42% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #4EBECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBECF is #B14130. Grayscale: #9E9E9E. Windows color (decimal): -11616561 or 13614670. OLE color: 13614670.
HSL color Cylindrical-coordinate representation of color #4EBECF: hue angle of 187.91º 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 #4EBECF is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 190 | 207 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.19 |
| HSL | 187.91º | 0.57% | 0.56% | - |
| HSV(B) | 187.91º | 0.62% | 0.81% | - |
| XYZ | 32.82 | 42.95 | 65.59 | - |
| YUV | 158.45 | 155.39 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 207 | 0.62 | 0.08 | 0 | 0.19 | 187.91 | 0.57 | 0.56 |
| Hex | 4E | BE | CF | 3E | 8 | 0 | 13 | BC | 39 | 38 |
| Octal | 116 | 276 | 317 | 76 | 10 | 0 | 23 | 274 | 71 | 70 |
| Binary | 1001110 | 10111110 | 11001111 | 111110 | 1000 | 0 | 10011 | 10111100 | 111001 | 111000 |
Color Harmonies of #4EBECF
Complementary color
Monochromatic Colors of #4EBECF
Black with #4EBECF
Text Example
Text Example
White with #4EBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBECF; }
p { color: rgb(78,190,207); }
H1.HeaderClassName
{
color: #4EBECF;
}
.AnyTagClassName
{
color: #4EBECF;
}
</style>
background-color css
<style>
a { background-color: #4EBECF; }
a { background-color: rgb(78,190,207); }
div.DivClassName
{
background-color: #4EBECF;
}
.BgClassName
{
background-color: #4EBECF;
}
</style>
border-color css
<style>
span { border-color: #4EBECF; }
span { border-color: rgb(78,190,207); }
td.TdClassName
{
border-color: #4EBECF;
}
.TagClassName
{
border-color: #4EBECF;
}
</style>