Shades of Viking #46BBCD
Tints of Viking #46BBCD
RGB
CMYK
RGB Variations
Color information
#46BBCD (or 0x46BBCD) is known color: Viking. HEX triplet: 46, BB and CD. RGB value is (70,187,205). Sum of RGB (Red+Green+Blue) = 70+187+205=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #46BBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BBCD is #B94432. Grayscale: #999999. Windows color (decimal): -12141619 or 13482822. OLE color: 13482822.
HSL color Cylindrical-coordinate representation of color #46BBCD: hue angle of 188º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46BBCD is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 187 | 205 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.20 |
| HSL | 188º | 0.57% | 0.54% | - |
| HSV(B) | 188º | 0.66% | 0.8% | - |
| XYZ | 31.32 | 41.25 | 64.07 | - |
| YUV | 154.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 187 | 205 | 0.66 | 0.09 | 0 | 0.20 | 188 | 0.57 | 0.54 |
| Hex | 46 | BB | CD | 42 | 9 | 0 | 14 | BC | 39 | 36 |
| Octal | 106 | 273 | 315 | 102 | 11 | 0 | 24 | 274 | 71 | 66 |
| Binary | 1000110 | 10111011 | 11001101 | 1000010 | 1001 | 0 | 10100 | 10111100 | 111001 | 110110 |
Color Harmonies of #46BBCD
Complementary color
Monochromatic Colors of #46BBCD
Black with #46BBCD
Text Example
Text Example
White with #46BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BBCD; }
p { color: rgb(70,187,205); }
H1.HeaderClassName
{
color: #46BBCD;
}
.AnyTagClassName
{
color: #46BBCD;
}
</style>
background-color css
<style>
a { background-color: #46BBCD; }
a { background-color: rgb(70,187,205); }
div.DivClassName
{
background-color: #46BBCD;
}
.BgClassName
{
background-color: #46BBCD;
}
</style>
border-color css
<style>
span { border-color: #46BBCD; }
span { border-color: rgb(70,187,205); }
td.TdClassName
{
border-color: #46BBCD;
}
.TagClassName
{
border-color: #46BBCD;
}
</style>