Shades of Viking #4EA3BD
Tints of Viking #4EA3BD
RGB
CMYK
RGB Variations
Color information
#4EA3BD (or 0x4EA3BD) is known color: Viking. HEX triplet: 4E, A3 and BD. RGB value is (78,163,189). Sum of RGB (Red+Green+Blue) = 78+163+189=430 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.14% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #4EA3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA3BD is #B15C42. Grayscale: #8C8C8C. Windows color (decimal): -11623491 or 12428110. OLE color: 12428110.
HSL color Cylindrical-coordinate representation of color #4EA3BD: hue angle of 194.05º 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 #4EA3BD is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 163 | 189 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.26 |
| HSL | 194.05º | 0.46% | 0.52% | - |
| HSV(B) | 194.05º | 0.59% | 0.74% | - |
| XYZ | 25.42 | 31.49 | 52.88 | - |
| YUV | 140.55 | 155.34 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 163 | 189 | 0.59 | 0.14 | 0 | 0.26 | 194.05 | 0.46 | 0.52 |
| Hex | 4E | A3 | BD | 3B | E | 0 | 1A | C2 | 2E | 34 |
| Octal | 116 | 243 | 275 | 73 | 16 | 0 | 32 | 302 | 56 | 64 |
| Binary | 1001110 | 10100011 | 10111101 | 111011 | 1110 | 0 | 11010 | 11000010 | 101110 | 110100 |
Color Harmonies of #4EA3BD
Complementary color
Monochromatic Colors of #4EA3BD
Black with #4EA3BD
Text Example
Text Example
White with #4EA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA3BD; }
p { color: rgb(78,163,189); }
H1.HeaderClassName
{
color: #4EA3BD;
}
.AnyTagClassName
{
color: #4EA3BD;
}
</style>
background-color css
<style>
a { background-color: #4EA3BD; }
a { background-color: rgb(78,163,189); }
div.DivClassName
{
background-color: #4EA3BD;
}
.BgClassName
{
background-color: #4EA3BD;
}
</style>
border-color css
<style>
span { border-color: #4EA3BD; }
span { border-color: rgb(78,163,189); }
td.TdClassName
{
border-color: #4EA3BD;
}
.TagClassName
{
border-color: #4EA3BD;
}
</style>