Shades of Viking #4EA2BC
Tints of Viking #4EA2BC
RGB
CMYK
RGB Variations
Color information
#4EA2BC (or 0x4EA2BC) is known color: Viking. HEX triplet: 4E, A2 and BC. RGB value is (78,162,188). Sum of RGB (Red+Green+Blue) = 78+162+188=428 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.22% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #4EA2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA2BC is #B15D43. Grayscale: #8B8B8B. Windows color (decimal): -11623748 or 12362318. OLE color: 12362318.
HSL color Cylindrical-coordinate representation of color #4EA2BC: hue angle of 194.18º 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 #4EA2BC is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 162 | 188 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.26 |
| HSL | 194.18º | 0.45% | 0.52% | - |
| HSV(B) | 194.18º | 0.59% | 0.74% | - |
| XYZ | 25.14 | 31.09 | 52.25 | - |
| YUV | 139.85 | 155.17 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 188 | 0.59 | 0.14 | 0 | 0.26 | 194.18 | 0.45 | 0.52 |
| Hex | 4E | A2 | BC | 3B | E | 0 | 1A | C2 | 2D | 34 |
| Octal | 116 | 242 | 274 | 73 | 16 | 0 | 32 | 302 | 55 | 64 |
| Binary | 1001110 | 10100010 | 10111100 | 111011 | 1110 | 0 | 11010 | 11000010 | 101101 | 110100 |
Color Harmonies of #4EA2BC
Complementary color
Monochromatic Colors of #4EA2BC
Black with #4EA2BC
Text Example
Text Example
White with #4EA2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA2BC; }
p { color: rgb(78,162,188); }
H1.HeaderClassName
{
color: #4EA2BC;
}
.AnyTagClassName
{
color: #4EA2BC;
}
</style>
background-color css
<style>
a { background-color: #4EA2BC; }
a { background-color: rgb(78,162,188); }
div.DivClassName
{
background-color: #4EA2BC;
}
.BgClassName
{
background-color: #4EA2BC;
}
</style>
border-color css
<style>
span { border-color: #4EA2BC; }
span { border-color: rgb(78,162,188); }
td.TdClassName
{
border-color: #4EA2BC;
}
.TagClassName
{
border-color: #4EA2BC;
}
</style>