Shades of Viking #4EBAC3
Tints of Viking #4EBAC3
RGB
CMYK
RGB Variations
Color information
#4EBAC3 (or 0x4EBAC3) is known color: Viking. HEX triplet: 4E, BA and C3. RGB value is (78,186,195). Sum of RGB (Red+Green+Blue) = 78+186+195=459 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.99% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #4EBAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBAC3 is #B1453C. Grayscale: #9A9A9A. Windows color (decimal): -11617597 or 12827214. OLE color: 12827214.
HSL color Cylindrical-coordinate representation of color #4EBAC3: hue angle of 184.62º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EBAC3 is Cyan = 0.6, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 186 | 195 | - |
| CMYK | 0.6 | 0.05 | 0 | 0.24 |
| HSL | 184.62º | 0.49% | 0.54% | - |
| HSV(B) | 184.62º | 0.6% | 0.76% | - |
| XYZ | 30.55 | 40.68 | 57.87 | - |
| YUV | 154.73 | 150.72 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 195 | 0.6 | 0.05 | 0 | 0.24 | 184.62 | 0.49 | 0.54 |
| Hex | 4E | BA | C3 | 3C | 5 | 0 | 18 | B9 | 31 | 36 |
| Octal | 116 | 272 | 303 | 74 | 5 | 0 | 30 | 271 | 61 | 66 |
| Binary | 1001110 | 10111010 | 11000011 | 111100 | 101 | 0 | 11000 | 10111001 | 110001 | 110110 |
Color Harmonies of #4EBAC3
Complementary color
Monochromatic Colors of #4EBAC3
Black with #4EBAC3
Text Example
Text Example
White with #4EBAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBAC3; }
p { color: rgb(78,186,195); }
H1.HeaderClassName
{
color: #4EBAC3;
}
.AnyTagClassName
{
color: #4EBAC3;
}
</style>
background-color css
<style>
a { background-color: #4EBAC3; }
a { background-color: rgb(78,186,195); }
div.DivClassName
{
background-color: #4EBAC3;
}
.BgClassName
{
background-color: #4EBAC3;
}
</style>
border-color css
<style>
span { border-color: #4EBAC3; }
span { border-color: rgb(78,186,195); }
td.TdClassName
{
border-color: #4EBAC3;
}
.TagClassName
{
border-color: #4EBAC3;
}
</style>