Shades of Viking #46BAC6
Tints of Viking #46BAC6
RGB
CMYK
RGB Variations
Color information
#46BAC6 (or 0x46BAC6) is known color: Viking. HEX triplet: 46, BA and C6. RGB value is (70,186,198). Sum of RGB (Red+Green+Blue) = 70+186+198=454 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.42% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #46BAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BAC6 is #B94539. Grayscale: #989898. Windows color (decimal): -12141882 or 13023814. OLE color: 13023814.
HSL color Cylindrical-coordinate representation of color #46BAC6: hue angle of 185.62º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46BAC6 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 186 | 198 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.22 |
| HSL | 185.63º | 0.53% | 0.53% | - |
| HSV(B) | 185.63º | 0.65% | 0.78% | - |
| XYZ | 30.28 | 40.5 | 59.65 | - |
| YUV | 152.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 198 | 0.65 | 0.06 | 0 | 0.22 | 185.63 | 0.53 | 0.53 |
| Hex | 46 | BA | C6 | 41 | 6 | 0 | 16 | BA | 35 | 35 |
| Octal | 106 | 272 | 306 | 101 | 6 | 0 | 26 | 272 | 65 | 65 |
| Binary | 1000110 | 10111010 | 11000110 | 1000001 | 110 | 0 | 10110 | 10111010 | 110101 | 110101 |
Color Harmonies of #46BAC6
Complementary color
Monochromatic Colors of #46BAC6
Black with #46BAC6
Text Example
Text Example
White with #46BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BAC6; }
p { color: rgb(70,186,198); }
H1.HeaderClassName
{
color: #46BAC6;
}
.AnyTagClassName
{
color: #46BAC6;
}
</style>
background-color css
<style>
a { background-color: #46BAC6; }
a { background-color: rgb(70,186,198); }
div.DivClassName
{
background-color: #46BAC6;
}
.BgClassName
{
background-color: #46BAC6;
}
</style>
border-color css
<style>
span { border-color: #46BAC6; }
span { border-color: rgb(70,186,198); }
td.TdClassName
{
border-color: #46BAC6;
}
.TagClassName
{
border-color: #46BAC6;
}
</style>