Shades of Viking #46BBBD
Tints of Viking #46BBBD
RGB
CMYK
RGB Variations
Color information
#46BBBD (or 0x46BBBD) is known color: Viking. HEX triplet: 46, BB and BD. RGB value is (70,187,189). Sum of RGB (Red+Green+Blue) = 70+187+189=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #46BBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BBBD is #B94442. Grayscale: #989898. Windows color (decimal): -12141635 or 12434246. OLE color: 12434246.
HSL color Cylindrical-coordinate representation of color #46BBBD: hue angle of 181.01º 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 #46BBBD is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 187 | 189 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.26 |
| HSL | 181.01º | 0.47% | 0.51% | - |
| HSV(B) | 181.01º | 0.63% | 0.74% | - |
| XYZ | 29.48 | 40.52 | 54.41 | - |
| YUV | 152.25 | 148.74 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 187 | 189 | 0.63 | 0.01 | 0 | 0.26 | 181.01 | 0.47 | 0.51 |
| Hex | 46 | BB | BD | 3F | 1 | 0 | 1A | B5 | 2F | 33 |
| Octal | 106 | 273 | 275 | 77 | 1 | 0 | 32 | 265 | 57 | 63 |
| Binary | 1000110 | 10111011 | 10111101 | 111111 | 1 | 0 | 11010 | 10110101 | 101111 | 110011 |
Color Harmonies of #46BBBD
Complementary color
Monochromatic Colors of #46BBBD
Black with #46BBBD
Text Example
Text Example
White with #46BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BBBD; }
p { color: rgb(70,187,189); }
H1.HeaderClassName
{
color: #46BBBD;
}
.AnyTagClassName
{
color: #46BBBD;
}
</style>
background-color css
<style>
a { background-color: #46BBBD; }
a { background-color: rgb(70,187,189); }
div.DivClassName
{
background-color: #46BBBD;
}
.BgClassName
{
background-color: #46BBBD;
}
</style>
border-color css
<style>
span { border-color: #46BBBD; }
span { border-color: rgb(70,187,189); }
td.TdClassName
{
border-color: #46BBBD;
}
.TagClassName
{
border-color: #46BBBD;
}
</style>