Shades of Viking #46B7BC
Tints of Viking #46B7BC
RGB
CMYK
RGB Variations
Color information
#46B7BC (or 0x46B7BC) is known color: Viking. HEX triplet: 46, B7 and BC. RGB value is (70,183,188). Sum of RGB (Red+Green+Blue) = 70+183+188=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #46B7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B7BC is #B94843. Grayscale: #959595. Windows color (decimal): -12142660 or 12367686. OLE color: 12367686.
HSL color Cylindrical-coordinate representation of color #46B7BC: hue angle of 182.54º 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 #46B7BC is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 183 | 188 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.26 |
| HSL | 182.54º | 0.47% | 0.51% | - |
| HSV(B) | 182.54º | 0.63% | 0.74% | - |
| XYZ | 28.54 | 38.8 | 53.56 | - |
| YUV | 149.78 | 149.56 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 183 | 188 | 0.63 | 0.03 | 0 | 0.26 | 182.54 | 0.47 | 0.51 |
| Hex | 46 | B7 | BC | 3F | 3 | 0 | 1A | B7 | 2F | 33 |
| Octal | 106 | 267 | 274 | 77 | 3 | 0 | 32 | 267 | 57 | 63 |
| Binary | 1000110 | 10110111 | 10111100 | 111111 | 11 | 0 | 11010 | 10110111 | 101111 | 110011 |
Color Harmonies of #46B7BC
Complementary color
Monochromatic Colors of #46B7BC
Black with #46B7BC
Text Example
Text Example
White with #46B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B7BC; }
p { color: rgb(70,183,188); }
H1.HeaderClassName
{
color: #46B7BC;
}
.AnyTagClassName
{
color: #46B7BC;
}
</style>
background-color css
<style>
a { background-color: #46B7BC; }
a { background-color: rgb(70,183,188); }
div.DivClassName
{
background-color: #46B7BC;
}
.BgClassName
{
background-color: #46B7BC;
}
</style>
border-color css
<style>
span { border-color: #46B7BC; }
span { border-color: rgb(70,183,188); }
td.TdClassName
{
border-color: #46B7BC;
}
.TagClassName
{
border-color: #46B7BC;
}
</style>