Shades of Viking #46BCBD
Tints of Viking #46BCBD
RGB
CMYK
RGB Variations
Color information
#46BCBD (or 0x46BCBD) is known color: Viking. HEX triplet: 46, BC and BD. RGB value is (70,188,189). Sum of RGB (Red+Green+Blue) = 70+188+189=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #46BCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BCBD is #B94342. Grayscale: #989898. Windows color (decimal): -12141379 or 12434502. OLE color: 12434502.
HSL color Cylindrical-coordinate representation of color #46BCBD: hue angle of 180.5º 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 #46BCBD is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 188 | 189 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.26 |
| HSL | 180.5º | 0.47% | 0.51% | - |
| HSV(B) | 180.5º | 0.63% | 0.74% | - |
| XYZ | 29.69 | 40.94 | 54.48 | - |
| YUV | 152.83 | 148.41 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 189 | 0.63 | 0.01 | 0 | 0.26 | 180.5 | 0.47 | 0.51 |
| Hex | 46 | BC | BD | 3F | 1 | 0 | 1A | B5 | 2F | 33 |
| Octal | 106 | 274 | 275 | 77 | 1 | 0 | 32 | 265 | 57 | 63 |
| Binary | 1000110 | 10111100 | 10111101 | 111111 | 1 | 0 | 11010 | 10110101 | 101111 | 110011 |
Color Harmonies of #46BCBD
Complementary color
Monochromatic Colors of #46BCBD
Black with #46BCBD
Text Example
Text Example
White with #46BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BCBD; }
p { color: rgb(70,188,189); }
H1.HeaderClassName
{
color: #46BCBD;
}
.AnyTagClassName
{
color: #46BCBD;
}
</style>
background-color css
<style>
a { background-color: #46BCBD; }
a { background-color: rgb(70,188,189); }
div.DivClassName
{
background-color: #46BCBD;
}
.BgClassName
{
background-color: #46BCBD;
}
</style>
border-color css
<style>
span { border-color: #46BCBD; }
span { border-color: rgb(70,188,189); }
td.TdClassName
{
border-color: #46BCBD;
}
.TagClassName
{
border-color: #46BCBD;
}
</style>