Shades of Viking #4A9EBE
Tints of Viking #4A9EBE
RGB
CMYK
RGB Variations
Color information
#4A9EBE (or 0x4A9EBE) is known color: Viking. HEX triplet: 4A, 9E and BE. RGB value is (74,158,190). Sum of RGB (Red+Green+Blue) = 74+158+190=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A9EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9EBE is #B56141. Grayscale: #888888. Windows color (decimal): -11886914 or 12492362. OLE color: 12492362.
HSL color Cylindrical-coordinate representation of color #4A9EBE: hue angle of 196.55º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A9EBE is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 158 | 190 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.25 |
| HSL | 196.55º | 0.47% | 0.52% | - |
| HSV(B) | 196.55º | 0.61% | 0.75% | - |
| XYZ | 24.35 | 29.63 | 53.15 | - |
| YUV | 136.53 | 158.17 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 158 | 190 | 0.61 | 0.17 | 0 | 0.25 | 196.55 | 0.47 | 0.52 |
| Hex | 4A | 9E | BE | 3D | 11 | 0 | 19 | C5 | 2F | 34 |
| Octal | 112 | 236 | 276 | 75 | 21 | 0 | 31 | 305 | 57 | 64 |
| Binary | 1001010 | 10011110 | 10111110 | 111101 | 10001 | 0 | 11001 | 11000101 | 101111 | 110100 |
Color Harmonies of #4A9EBE
Complementary color
Monochromatic Colors of #4A9EBE
Black with #4A9EBE
Text Example
Text Example
White with #4A9EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9EBE; }
p { color: rgb(74,158,190); }
H1.HeaderClassName
{
color: #4A9EBE;
}
.AnyTagClassName
{
color: #4A9EBE;
}
</style>
background-color css
<style>
a { background-color: #4A9EBE; }
a { background-color: rgb(74,158,190); }
div.DivClassName
{
background-color: #4A9EBE;
}
.BgClassName
{
background-color: #4A9EBE;
}
</style>
border-color css
<style>
span { border-color: #4A9EBE; }
span { border-color: rgb(74,158,190); }
td.TdClassName
{
border-color: #4A9EBE;
}
.TagClassName
{
border-color: #4A9EBE;
}
</style>