Shades of Viking #46BABB
Tints of Viking #46BABB
RGB
CMYK
RGB Variations
Color information
#46BABB (or 0x46BABB) is known color: Viking. HEX triplet: 46, BA and BB. RGB value is (70,186,187). Sum of RGB (Red+Green+Blue) = 70+186+187=443 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.80% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #46BABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BABB is #B94544. Grayscale: #979797. Windows color (decimal): -12141893 or 12302918. OLE color: 12302918.
HSL color Cylindrical-coordinate representation of color #46BABB: hue angle of 180.51º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BABB is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 187 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.27 |
| HSL | 180.51º | 0.46% | 0.5% | - |
| HSV(B) | 180.51º | 0.63% | 0.73% | - |
| XYZ | 29.05 | 40.01 | 53.2 | - |
| YUV | 151.43 | 148.07 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 187 | 0.63 | 0.01 | 0 | 0.27 | 180.51 | 0.46 | 0.5 |
| Hex | 46 | BA | BB | 3F | 1 | 0 | 1B | B5 | 2E | 32 |
| Octal | 106 | 272 | 273 | 77 | 1 | 0 | 33 | 265 | 56 | 62 |
| Binary | 1000110 | 10111010 | 10111011 | 111111 | 1 | 0 | 11011 | 10110101 | 101110 | 110010 |
Color Harmonies of #46BABB
Complementary color
Monochromatic Colors of #46BABB
Black with #46BABB
Text Example
Text Example
White with #46BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BABB; }
p { color: rgb(70,186,187); }
H1.HeaderClassName
{
color: #46BABB;
}
.AnyTagClassName
{
color: #46BABB;
}
</style>
background-color css
<style>
a { background-color: #46BABB; }
a { background-color: rgb(70,186,187); }
div.DivClassName
{
background-color: #46BABB;
}
.BgClassName
{
background-color: #46BABB;
}
</style>
border-color css
<style>
span { border-color: #46BABB; }
span { border-color: rgb(70,186,187); }
td.TdClassName
{
border-color: #46BABB;
}
.TagClassName
{
border-color: #46BABB;
}
</style>