Shades of Viking #46AABA
Tints of Viking #46AABA
RGB
CMYK
RGB Variations
Color information
#46AABA (or 0x46AABA) is known color: Viking. HEX triplet: 46, AA and BA. RGB value is (70,170,186). Sum of RGB (Red+Green+Blue) = 70+170+186=426 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.43% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #46AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AABA is #B95545. Grayscale: #8D8D8D. Windows color (decimal): -12145990 or 12233286. OLE color: 12233286.
HSL color Cylindrical-coordinate representation of color #46AABA: hue angle of 188.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46AABA is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 170 | 186 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.27 |
| HSL | 188.28º | 0.46% | 0.5% | - |
| HSV(B) | 188.28º | 0.62% | 0.73% | - |
| XYZ | 25.76 | 33.6 | 51.58 | - |
| YUV | 141.92 | 152.87 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 170 | 186 | 0.62 | 0.09 | 0 | 0.27 | 188.28 | 0.46 | 0.5 |
| Hex | 46 | AA | BA | 3E | 9 | 0 | 1B | BC | 2E | 32 |
| Octal | 106 | 252 | 272 | 76 | 11 | 0 | 33 | 274 | 56 | 62 |
| Binary | 1000110 | 10101010 | 10111010 | 111110 | 1001 | 0 | 11011 | 10111100 | 101110 | 110010 |
Color Harmonies of #46AABA
Complementary color
Monochromatic Colors of #46AABA
Black with #46AABA
Text Example
Text Example
White with #46AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AABA; }
p { color: rgb(70,170,186); }
H1.HeaderClassName
{
color: #46AABA;
}
.AnyTagClassName
{
color: #46AABA;
}
</style>
background-color css
<style>
a { background-color: #46AABA; }
a { background-color: rgb(70,170,186); }
div.DivClassName
{
background-color: #46AABA;
}
.BgClassName
{
background-color: #46AABA;
}
</style>
border-color css
<style>
span { border-color: #46AABA; }
span { border-color: rgb(70,170,186); }
td.TdClassName
{
border-color: #46AABA;
}
.TagClassName
{
border-color: #46AABA;
}
</style>