Shades of Viking #4EAFBC
Tints of Viking #4EAFBC
RGB
CMYK
RGB Variations
Color information
#4EAFBC (or 0x4EAFBC) is known color: Viking. HEX triplet: 4E, AF and BC. RGB value is (78,175,188). Sum of RGB (Red+Green+Blue) = 78+175+188=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #4EAFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFBC is #B15043. Grayscale: #939393. Windows color (decimal): -11620420 or 12365646. OLE color: 12365646.
HSL color Cylindrical-coordinate representation of color #4EAFBC: hue angle of 187.09º degrees, saturation: 0.45, 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 #4EAFBC is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 175 | 188 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.26 |
| HSL | 187.09º | 0.45% | 0.52% | - |
| HSV(B) | 187.09º | 0.59% | 0.74% | - |
| XYZ | 27.55 | 35.91 | 53.06 | - |
| YUV | 147.48 | 150.86 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 188 | 0.59 | 0.07 | 0 | 0.26 | 187.09 | 0.45 | 0.52 |
| Hex | 4E | AF | BC | 3B | 7 | 0 | 1A | BB | 2D | 34 |
| Octal | 116 | 257 | 274 | 73 | 7 | 0 | 32 | 273 | 55 | 64 |
| Binary | 1001110 | 10101111 | 10111100 | 111011 | 111 | 0 | 11010 | 10111011 | 101101 | 110100 |
Color Harmonies of #4EAFBC
Complementary color
Monochromatic Colors of #4EAFBC
Black with #4EAFBC
Text Example
Text Example
White with #4EAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAFBC; }
p { color: rgb(78,175,188); }
H1.HeaderClassName
{
color: #4EAFBC;
}
.AnyTagClassName
{
color: #4EAFBC;
}
</style>
background-color css
<style>
a { background-color: #4EAFBC; }
a { background-color: rgb(78,175,188); }
div.DivClassName
{
background-color: #4EAFBC;
}
.BgClassName
{
background-color: #4EAFBC;
}
</style>
border-color css
<style>
span { border-color: #4EAFBC; }
span { border-color: rgb(78,175,188); }
td.TdClassName
{
border-color: #4EAFBC;
}
.TagClassName
{
border-color: #4EAFBC;
}
</style>