Shades of Viking #4A9EBD
Tints of Viking #4A9EBD
RGB
CMYK
RGB Variations
Color information
#4A9EBD (or 0x4A9EBD) is known color: Viking. HEX triplet: 4A, 9E and BD. RGB value is (74,158,189). Sum of RGB (Red+Green+Blue) = 74+158+189=421 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.58% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A9EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9EBD is #B56142. Grayscale: #888888. Windows color (decimal): -11886915 or 12426826. OLE color: 12426826.
HSL color Cylindrical-coordinate representation of color #4A9EBD: hue angle of 196.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A9EBD is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 158 | 189 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.26 |
| HSL | 196.17º | 0.47% | 0.52% | - |
| HSV(B) | 196.17º | 0.61% | 0.74% | - |
| XYZ | 24.24 | 29.58 | 52.58 | - |
| YUV | 136.42 | 157.67 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 158 | 189 | 0.61 | 0.16 | 0 | 0.26 | 196.17 | 0.47 | 0.52 |
| Hex | 4A | 9E | BD | 3D | 10 | 0 | 1A | C4 | 2F | 34 |
| Octal | 112 | 236 | 275 | 75 | 20 | 0 | 32 | 304 | 57 | 64 |
| Binary | 1001010 | 10011110 | 10111101 | 111101 | 10000 | 0 | 11010 | 11000100 | 101111 | 110100 |
Color Harmonies of #4A9EBD
Complementary color
Monochromatic Colors of #4A9EBD
Black with #4A9EBD
Text Example
Text Example
White with #4A9EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9EBD; }
p { color: rgb(74,158,189); }
H1.HeaderClassName
{
color: #4A9EBD;
}
.AnyTagClassName
{
color: #4A9EBD;
}
</style>
background-color css
<style>
a { background-color: #4A9EBD; }
a { background-color: rgb(74,158,189); }
div.DivClassName
{
background-color: #4A9EBD;
}
.BgClassName
{
background-color: #4A9EBD;
}
</style>
border-color css
<style>
span { border-color: #4A9EBD; }
span { border-color: rgb(74,158,189); }
td.TdClassName
{
border-color: #4A9EBD;
}
.TagClassName
{
border-color: #4A9EBD;
}
</style>