Shades of Viking #4EAEBD
Tints of Viking #4EAEBD
RGB
CMYK
RGB Variations
Color information
#4EAEBD (or 0x4EAEBD) is known color: Viking. HEX triplet: 4E, AE and BD. RGB value is (78,174,189). Sum of RGB (Red+Green+Blue) = 78+174+189=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #4EAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAEBD is #B15142. Grayscale: #929292. Windows color (decimal): -11620675 or 12430926. OLE color: 12430926.
HSL color Cylindrical-coordinate representation of color #4EAEBD: hue angle of 188.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EAEBD is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 174 | 189 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.26 |
| HSL | 188.11º | 0.46% | 0.52% | - |
| HSV(B) | 188.11º | 0.59% | 0.74% | - |
| XYZ | 27.46 | 35.57 | 53.56 | - |
| YUV | 147.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 174 | 189 | 0.59 | 0.08 | 0 | 0.26 | 188.11 | 0.46 | 0.52 |
| Hex | 4E | AE | BD | 3B | 8 | 0 | 1A | BC | 2E | 34 |
| Octal | 116 | 256 | 275 | 73 | 10 | 0 | 32 | 274 | 56 | 64 |
| Binary | 1001110 | 10101110 | 10111101 | 111011 | 1000 | 0 | 11010 | 10111100 | 101110 | 110100 |
Color Harmonies of #4EAEBD
Complementary color
Monochromatic Colors of #4EAEBD
Black with #4EAEBD
Text Example
Text Example
White with #4EAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAEBD; }
p { color: rgb(78,174,189); }
H1.HeaderClassName
{
color: #4EAEBD;
}
.AnyTagClassName
{
color: #4EAEBD;
}
</style>
background-color css
<style>
a { background-color: #4EAEBD; }
a { background-color: rgb(78,174,189); }
div.DivClassName
{
background-color: #4EAEBD;
}
.BgClassName
{
background-color: #4EAEBD;
}
</style>
border-color css
<style>
span { border-color: #4EAEBD; }
span { border-color: rgb(78,174,189); }
td.TdClassName
{
border-color: #4EAEBD;
}
.TagClassName
{
border-color: #4EAEBD;
}
</style>