Shades of Viking #4EAFB8
Tints of Viking #4EAFB8
RGB
CMYK
RGB Variations
Color information
#4EAFB8 (or 0x4EAFB8) is known color: Viking. HEX triplet: 4E, AF and B8. RGB value is (78,175,184). Sum of RGB (Red+Green+Blue) = 78+175+184=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 184 - color contains mainly: blue. Hex color #4EAFB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFB8 is #B15047. Grayscale: #929292. Windows color (decimal): -11620424 or 12103502. OLE color: 12103502.
HSL color Cylindrical-coordinate representation of color #4EAFB8: hue angle of 185.09º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EAFB8 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 78 | 175 | 184 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.28 |
| HSL | 185.09º | 0.43% | 0.51% | - |
| HSV(B) | 185.09º | 0.58% | 0.72% | - |
| XYZ | 27.12 | 35.74 | 50.82 | - |
| YUV | 147.02 | 148.86 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 184 | 0.58 | 0.05 | 0 | 0.28 | 185.09 | 0.43 | 0.51 |
| Hex | 4E | AF | B8 | 3A | 5 | 0 | 1C | B9 | 2B | 33 |
| Octal | 116 | 257 | 270 | 72 | 5 | 0 | 34 | 271 | 53 | 63 |
| Binary | 1001110 | 10101111 | 10111000 | 111010 | 101 | 0 | 11100 | 10111001 | 101011 | 110011 |
Color Harmonies of #4EAFB8
Complementary color
Monochromatic Colors of #4EAFB8
Black with #4EAFB8
Text Example
Text Example
White with #4EAFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAFB8; }
p { color: rgb(78,175,184); }
H1.HeaderClassName
{
color: #4EAFB8;
}
.AnyTagClassName
{
color: #4EAFB8;
}
</style>
background-color css
<style>
a { background-color: #4EAFB8; }
a { background-color: rgb(78,175,184); }
div.DivClassName
{
background-color: #4EAFB8;
}
.BgClassName
{
background-color: #4EAFB8;
}
</style>
border-color css
<style>
span { border-color: #4EAFB8; }
span { border-color: rgb(78,175,184); }
td.TdClassName
{
border-color: #4EAFB8;
}
.TagClassName
{
border-color: #4EAFB8;
}
</style>