Shades of Viking #46BABD
Tints of Viking #46BABD
RGB
CMYK
RGB Variations
Color information
#46BABD (or 0x46BABD) is known color: Viking. HEX triplet: 46, BA and BD. RGB value is (70,186,189). Sum of RGB (Red+Green+Blue) = 70+186+189=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #46BABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BABD is #B94542. Grayscale: #979797. Windows color (decimal): -12141891 or 12433990. OLE color: 12433990.
HSL color Cylindrical-coordinate representation of color #46BABD: hue angle of 181.51º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BABD is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 186 | 189 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.26 |
| HSL | 181.51º | 0.47% | 0.51% | - |
| HSV(B) | 181.51º | 0.63% | 0.74% | - |
| XYZ | 29.27 | 40.09 | 54.34 | - |
| YUV | 151.66 | 149.07 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 189 | 0.63 | 0.02 | 0 | 0.26 | 181.51 | 0.47 | 0.51 |
| Hex | 46 | BA | BD | 3F | 2 | 0 | 1A | B6 | 2F | 33 |
| Octal | 106 | 272 | 275 | 77 | 2 | 0 | 32 | 266 | 57 | 63 |
| Binary | 1000110 | 10111010 | 10111101 | 111111 | 10 | 0 | 11010 | 10110110 | 101111 | 110011 |
Color Harmonies of #46BABD
Complementary color
Monochromatic Colors of #46BABD
Black with #46BABD
Text Example
Text Example
White with #46BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BABD; }
p { color: rgb(70,186,189); }
H1.HeaderClassName
{
color: #46BABD;
}
.AnyTagClassName
{
color: #46BABD;
}
</style>
background-color css
<style>
a { background-color: #46BABD; }
a { background-color: rgb(70,186,189); }
div.DivClassName
{
background-color: #46BABD;
}
.BgClassName
{
background-color: #46BABD;
}
</style>
border-color css
<style>
span { border-color: #46BABD; }
span { border-color: rgb(70,186,189); }
td.TdClassName
{
border-color: #46BABD;
}
.TagClassName
{
border-color: #46BABD;
}
</style>