Shades of Viking #46B9CE
Tints of Viking #46B9CE
RGB
CMYK
RGB Variations
Color information
#46B9CE (or 0x46B9CE) is known color: Viking. HEX triplet: 46, B9 and CE. RGB value is (70,185,206). Sum of RGB (Red+Green+Blue) = 70+185+206=461 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.18% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #46B9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B9CE is #B94631. Grayscale: #989898. Windows color (decimal): -12142130 or 13547846. OLE color: 13547846.
HSL color Cylindrical-coordinate representation of color #46B9CE: hue angle of 189.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46B9CE is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 185 | 206 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.19 |
| HSL | 189.26º | 0.58% | 0.54% | - |
| HSV(B) | 189.26º | 0.66% | 0.81% | - |
| XYZ | 31.02 | 40.46 | 64.57 | - |
| YUV | 153.01 | 157.9 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 185 | 206 | 0.66 | 0.10 | 0 | 0.19 | 189.26 | 0.58 | 0.54 |
| Hex | 46 | B9 | CE | 42 | A | 0 | 13 | BD | 3A | 36 |
| Octal | 106 | 271 | 316 | 102 | 12 | 0 | 23 | 275 | 72 | 66 |
| Binary | 1000110 | 10111001 | 11001110 | 1000010 | 1010 | 0 | 10011 | 10111101 | 111010 | 110110 |
Color Harmonies of #46B9CE
Complementary color
Monochromatic Colors of #46B9CE
Black with #46B9CE
Text Example
Text Example
White with #46B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B9CE; }
p { color: rgb(70,185,206); }
H1.HeaderClassName
{
color: #46B9CE;
}
.AnyTagClassName
{
color: #46B9CE;
}
</style>
background-color css
<style>
a { background-color: #46B9CE; }
a { background-color: rgb(70,185,206); }
div.DivClassName
{
background-color: #46B9CE;
}
.BgClassName
{
background-color: #46B9CE;
}
</style>
border-color css
<style>
span { border-color: #46B9CE; }
span { border-color: rgb(70,185,206); }
td.TdClassName
{
border-color: #46B9CE;
}
.TagClassName
{
border-color: #46B9CE;
}
</style>