Shades of Viking #4EAFC1
Tints of Viking #4EAFC1
RGB
CMYK
RGB Variations
Color information
#4EAFC1 (or 0x4EAFC1) is known color: Viking. HEX triplet: 4E, AF and C1. RGB value is (78,175,193). Sum of RGB (Red+Green+Blue) = 78+175+193=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #4EAFC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFC1 is #B1503E. Grayscale: #939393. Windows color (decimal): -11620415 or 12693326. OLE color: 12693326.
HSL color Cylindrical-coordinate representation of color #4EAFC1: hue angle of 189.39º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EAFC1 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 175 | 193 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.24 |
| HSL | 189.39º | 0.48% | 0.53% | - |
| HSV(B) | 189.39º | 0.6% | 0.76% | - |
| XYZ | 28.1 | 36.13 | 55.94 | - |
| YUV | 148.05 | 153.36 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 193 | 0.60 | 0.09 | 0 | 0.24 | 189.39 | 0.48 | 0.53 |
| Hex | 4E | AF | C1 | 3C | 9 | 0 | 18 | BD | 30 | 35 |
| Octal | 116 | 257 | 301 | 74 | 11 | 0 | 30 | 275 | 60 | 65 |
| Binary | 1001110 | 10101111 | 11000001 | 111100 | 1001 | 0 | 11000 | 10111101 | 110000 | 110101 |
Color Harmonies of #4EAFC1
Complementary color
Monochromatic Colors of #4EAFC1
Black with #4EAFC1
Text Example
Text Example
White with #4EAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAFC1; }
p { color: rgb(78,175,193); }
H1.HeaderClassName
{
color: #4EAFC1;
}
.AnyTagClassName
{
color: #4EAFC1;
}
</style>
background-color css
<style>
a { background-color: #4EAFC1; }
a { background-color: rgb(78,175,193); }
div.DivClassName
{
background-color: #4EAFC1;
}
.BgClassName
{
background-color: #4EAFC1;
}
</style>
border-color css
<style>
span { border-color: #4EAFC1; }
span { border-color: rgb(78,175,193); }
td.TdClassName
{
border-color: #4EAFC1;
}
.TagClassName
{
border-color: #4EAFC1;
}
</style>