Shades of Viking #4AA3B9
Tints of Viking #4AA3B9
RGB
CMYK
RGB Variations
Color information
#4AA3B9 (or 0x4AA3B9) is known color: Viking. HEX triplet: 4A, A3 and B9. RGB value is (74,163,185). Sum of RGB (Red+Green+Blue) = 74+163+185=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #4AA3B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA3B9 is #B55C46. Grayscale: #8A8A8A. Windows color (decimal): -11885639 or 12165962. OLE color: 12165962.
HSL color Cylindrical-coordinate representation of color #4AA3B9: hue angle of 191.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AA3B9 is Cyan = 0.6, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 163 | 185 | - |
| CMYK | 0.6 | 0.12 | 0 | 0.27 |
| HSL | 191.89º | 0.44% | 0.51% | - |
| HSV(B) | 191.89º | 0.6% | 0.73% | - |
| XYZ | 24.68 | 31.15 | 50.61 | - |
| YUV | 138.9 | 154.01 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 163 | 185 | 0.6 | 0.12 | 0 | 0.27 | 191.89 | 0.44 | 0.51 |
| Hex | 4A | A3 | B9 | 3C | C | 0 | 1B | C0 | 2C | 33 |
| Octal | 112 | 243 | 271 | 74 | 14 | 0 | 33 | 300 | 54 | 63 |
| Binary | 1001010 | 10100011 | 10111001 | 111100 | 1100 | 0 | 11011 | 11000000 | 101100 | 110011 |
Color Harmonies of #4AA3B9
Complementary color
Monochromatic Colors of #4AA3B9
Black with #4AA3B9
Text Example
Text Example
White with #4AA3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA3B9; }
p { color: rgb(74,163,185); }
H1.HeaderClassName
{
color: #4AA3B9;
}
.AnyTagClassName
{
color: #4AA3B9;
}
</style>
background-color css
<style>
a { background-color: #4AA3B9; }
a { background-color: rgb(74,163,185); }
div.DivClassName
{
background-color: #4AA3B9;
}
.BgClassName
{
background-color: #4AA3B9;
}
</style>
border-color css
<style>
span { border-color: #4AA3B9; }
span { border-color: rgb(74,163,185); }
td.TdClassName
{
border-color: #4AA3B9;
}
.TagClassName
{
border-color: #4AA3B9;
}
</style>