Shades of Viking #46AABF
Tints of Viking #46AABF
RGB
CMYK
RGB Variations
Color information
#46AABF (or 0x46AABF) is known color: Viking. HEX triplet: 46, AA and BF. RGB value is (70,170,191). Sum of RGB (Red+Green+Blue) = 70+170+191=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #46AABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AABF is #B95540. Grayscale: #8E8E8E. Windows color (decimal): -12145985 or 12560966. OLE color: 12560966.
HSL color Cylindrical-coordinate representation of color #46AABF: hue angle of 190.41º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46AABF is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 170 | 191 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.25 |
| HSL | 190.41º | 0.49% | 0.51% | - |
| HSV(B) | 190.41º | 0.63% | 0.75% | - |
| XYZ | 26.3 | 33.81 | 54.43 | - |
| YUV | 142.49 | 155.37 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 170 | 191 | 0.63 | 0.11 | 0 | 0.25 | 190.41 | 0.49 | 0.51 |
| Hex | 46 | AA | BF | 3F | B | 0 | 19 | BE | 31 | 33 |
| Octal | 106 | 252 | 277 | 77 | 13 | 0 | 31 | 276 | 61 | 63 |
| Binary | 1000110 | 10101010 | 10111111 | 111111 | 1011 | 0 | 11001 | 10111110 | 110001 | 110011 |
Color Harmonies of #46AABF
Complementary color
Monochromatic Colors of #46AABF
Black with #46AABF
Text Example
Text Example
White with #46AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AABF; }
p { color: rgb(70,170,191); }
H1.HeaderClassName
{
color: #46AABF;
}
.AnyTagClassName
{
color: #46AABF;
}
</style>
background-color css
<style>
a { background-color: #46AABF; }
a { background-color: rgb(70,170,191); }
div.DivClassName
{
background-color: #46AABF;
}
.BgClassName
{
background-color: #46AABF;
}
</style>
border-color css
<style>
span { border-color: #46AABF; }
span { border-color: rgb(70,170,191); }
td.TdClassName
{
border-color: #46AABF;
}
.TagClassName
{
border-color: #46AABF;
}
</style>