Shades of Viking #4EBEBF
Tints of Viking #4EBEBF
RGB
CMYK
RGB Variations
Color information
#4EBEBF (or 0x4EBEBF) is known color: Viking. HEX triplet: 4E, BE and BF. RGB value is (78,190,191). Sum of RGB (Red+Green+Blue) = 78+190+191=459 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.99% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #4EBEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBEBF is #B14140. Grayscale: #9C9C9C. Windows color (decimal): -11616577 or 12566094. OLE color: 12566094.
HSL color Cylindrical-coordinate representation of color #4EBEBF: hue angle of 180.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBEBF is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 190 | 191 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.25 |
| HSL | 180.53º | 0.47% | 0.53% | - |
| HSV(B) | 180.53º | 0.59% | 0.75% | - |
| XYZ | 30.96 | 42.21 | 55.81 | - |
| YUV | 156.63 | 147.39 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 191 | 0.59 | 0.01 | 0 | 0.25 | 180.53 | 0.47 | 0.53 |
| Hex | 4E | BE | BF | 3B | 1 | 0 | 19 | B5 | 2F | 35 |
| Octal | 116 | 276 | 277 | 73 | 1 | 0 | 31 | 265 | 57 | 65 |
| Binary | 1001110 | 10111110 | 10111111 | 111011 | 1 | 0 | 11001 | 10110101 | 101111 | 110101 |
Color Harmonies of #4EBEBF
Complementary color
Monochromatic Colors of #4EBEBF
Black with #4EBEBF
Text Example
Text Example
White with #4EBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBEBF; }
p { color: rgb(78,190,191); }
H1.HeaderClassName
{
color: #4EBEBF;
}
.AnyTagClassName
{
color: #4EBEBF;
}
</style>
background-color css
<style>
a { background-color: #4EBEBF; }
a { background-color: rgb(78,190,191); }
div.DivClassName
{
background-color: #4EBEBF;
}
.BgClassName
{
background-color: #4EBEBF;
}
</style>
border-color css
<style>
span { border-color: #4EBEBF; }
span { border-color: rgb(78,190,191); }
td.TdClassName
{
border-color: #4EBEBF;
}
.TagClassName
{
border-color: #4EBEBF;
}
</style>