Shades of Viking #4AAABB
Tints of Viking #4AAABB
RGB
CMYK
RGB Variations
Color information
#4AAABB (or 0x4AAABB) is known color: Viking. HEX triplet: 4A, AA and BB. RGB value is (74,170,187). Sum of RGB (Red+Green+Blue) = 74+170+187=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #4AAABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAABB is #B55544. Grayscale: #8F8F8F. Windows color (decimal): -11883845 or 12298826. OLE color: 12298826.
HSL color Cylindrical-coordinate representation of color #4AAABB: hue angle of 189.03º degrees, saturation: 0.45, 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 #4AAABB is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 170 | 187 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.27 |
| HSL | 189.03º | 0.45% | 0.51% | - |
| HSV(B) | 189.03º | 0.6% | 0.73% | - |
| XYZ | 26.17 | 33.79 | 52.16 | - |
| YUV | 143.23 | 152.7 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 187 | 0.60 | 0.09 | 0 | 0.27 | 189.03 | 0.45 | 0.51 |
| Hex | 4A | AA | BB | 3C | 9 | 0 | 1B | BD | 2D | 33 |
| Octal | 112 | 252 | 273 | 74 | 11 | 0 | 33 | 275 | 55 | 63 |
| Binary | 1001010 | 10101010 | 10111011 | 111100 | 1001 | 0 | 11011 | 10111101 | 101101 | 110011 |
Color Harmonies of #4AAABB
Complementary color
Monochromatic Colors of #4AAABB
Black with #4AAABB
Text Example
Text Example
White with #4AAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAABB; }
p { color: rgb(74,170,187); }
H1.HeaderClassName
{
color: #4AAABB;
}
.AnyTagClassName
{
color: #4AAABB;
}
</style>
background-color css
<style>
a { background-color: #4AAABB; }
a { background-color: rgb(74,170,187); }
div.DivClassName
{
background-color: #4AAABB;
}
.BgClassName
{
background-color: #4AAABB;
}
</style>
border-color css
<style>
span { border-color: #4AAABB; }
span { border-color: rgb(74,170,187); }
td.TdClassName
{
border-color: #4AAABB;
}
.TagClassName
{
border-color: #4AAABB;
}
</style>