Shades of Viking #4EBDC3
Tints of Viking #4EBDC3
RGB
CMYK
RGB Variations
Color information
#4EBDC3 (or 0x4EBDC3) is known color: Viking. HEX triplet: 4E, BD and C3. RGB value is (78,189,195). Sum of RGB (Red+Green+Blue) = 78+189+195=462 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.88% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 195 - color contains mainly: blue. Hex color #4EBDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBDC3 is #B1423C. Grayscale: #9C9C9C. Windows color (decimal): -11616829 or 12827982. OLE color: 12827982.
HSL color Cylindrical-coordinate representation of color #4EBDC3: hue angle of 183.08º 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 #4EBDC3 is Cyan = 0.6, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 189 | 195 | - |
| CMYK | 0.6 | 0.03 | 0 | 0.24 |
| HSL | 183.08º | 0.49% | 0.54% | - |
| HSV(B) | 183.08º | 0.6% | 0.76% | - |
| XYZ | 31.19 | 41.96 | 58.08 | - |
| YUV | 156.5 | 149.73 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 195 | 0.6 | 0.03 | 0 | 0.24 | 183.08 | 0.49 | 0.54 |
| Hex | 4E | BD | C3 | 3C | 3 | 0 | 18 | B7 | 31 | 36 |
| Octal | 116 | 275 | 303 | 74 | 3 | 0 | 30 | 267 | 61 | 66 |
| Binary | 1001110 | 10111101 | 11000011 | 111100 | 11 | 0 | 11000 | 10110111 | 110001 | 110110 |
Color Harmonies of #4EBDC3
Complementary color
Monochromatic Colors of #4EBDC3
Black with #4EBDC3
Text Example
Text Example
White with #4EBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBDC3; }
p { color: rgb(78,189,195); }
H1.HeaderClassName
{
color: #4EBDC3;
}
.AnyTagClassName
{
color: #4EBDC3;
}
</style>
background-color css
<style>
a { background-color: #4EBDC3; }
a { background-color: rgb(78,189,195); }
div.DivClassName
{
background-color: #4EBDC3;
}
.BgClassName
{
background-color: #4EBDC3;
}
</style>
border-color css
<style>
span { border-color: #4EBDC3; }
span { border-color: rgb(78,189,195); }
td.TdClassName
{
border-color: #4EBDC3;
}
.TagClassName
{
border-color: #4EBDC3;
}
</style>