Shades of Viking #4AAABA
Tints of Viking #4AAABA
RGB
CMYK
RGB Variations
Color information
#4AAABA (or 0x4AAABA) is known color: Viking. HEX triplet: 4A, AA and BA. RGB value is (74,170,186). Sum of RGB (Red+Green+Blue) = 74+170+186=430 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.21% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #4AAABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAABA is #B55545. Grayscale: #8E8E8E. Windows color (decimal): -11883846 or 12233290. OLE color: 12233290.
HSL color Cylindrical-coordinate representation of color #4AAABA: hue angle of 188.57º 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 #4AAABA is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 170 | 186 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.27 |
| HSL | 188.57º | 0.45% | 0.51% | - |
| HSV(B) | 188.57º | 0.6% | 0.73% | - |
| XYZ | 26.06 | 33.75 | 51.6 | - |
| YUV | 143.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 186 | 0.60 | 0.09 | 0 | 0.27 | 188.57 | 0.45 | 0.51 |
| Hex | 4A | AA | BA | 3C | 9 | 0 | 1B | BD | 2D | 33 |
| Octal | 112 | 252 | 272 | 74 | 11 | 0 | 33 | 275 | 55 | 63 |
| Binary | 1001010 | 10101010 | 10111010 | 111100 | 1001 | 0 | 11011 | 10111101 | 101101 | 110011 |
Color Harmonies of #4AAABA
Complementary color
Monochromatic Colors of #4AAABA
Black with #4AAABA
Text Example
Text Example
White with #4AAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAABA; }
p { color: rgb(74,170,186); }
H1.HeaderClassName
{
color: #4AAABA;
}
.AnyTagClassName
{
color: #4AAABA;
}
</style>
background-color css
<style>
a { background-color: #4AAABA; }
a { background-color: rgb(74,170,186); }
div.DivClassName
{
background-color: #4AAABA;
}
.BgClassName
{
background-color: #4AAABA;
}
</style>
border-color css
<style>
span { border-color: #4AAABA; }
span { border-color: rgb(74,170,186); }
td.TdClassName
{
border-color: #4AAABA;
}
.TagClassName
{
border-color: #4AAABA;
}
</style>