Shades of Viking #46B9CC
Tints of Viking #46B9CC
RGB
CMYK
RGB Variations
Color information
#46B9CC (or 0x46B9CC) is known color: Viking. HEX triplet: 46, B9 and CC. RGB value is (70,185,204). Sum of RGB (Red+Green+Blue) = 70+185+204=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #46B9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B9CC is #B94633. Grayscale: #989898. Windows color (decimal): -12142132 or 13416774. OLE color: 13416774.
HSL color Cylindrical-coordinate representation of color #46B9CC: hue angle of 188.51º 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 #46B9CC is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 185 | 204 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.2 |
| HSL | 188.51º | 0.57% | 0.54% | - |
| HSV(B) | 188.51º | 0.66% | 0.8% | - |
| XYZ | 30.77 | 40.36 | 63.29 | - |
| YUV | 152.78 | 156.9 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 185 | 204 | 0.66 | 0.09 | 0 | 0.2 | 188.51 | 0.57 | 0.54 |
| Hex | 46 | B9 | CC | 42 | 9 | 0 | 14 | BD | 39 | 36 |
| Octal | 106 | 271 | 314 | 102 | 11 | 0 | 24 | 275 | 71 | 66 |
| Binary | 1000110 | 10111001 | 11001100 | 1000010 | 1001 | 0 | 10100 | 10111101 | 111001 | 110110 |
Color Harmonies of #46B9CC
Complementary color
Monochromatic Colors of #46B9CC
Black with #46B9CC
Text Example
Text Example
White with #46B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B9CC; }
p { color: rgb(70,185,204); }
H1.HeaderClassName
{
color: #46B9CC;
}
.AnyTagClassName
{
color: #46B9CC;
}
</style>
background-color css
<style>
a { background-color: #46B9CC; }
a { background-color: rgb(70,185,204); }
div.DivClassName
{
background-color: #46B9CC;
}
.BgClassName
{
background-color: #46B9CC;
}
</style>
border-color css
<style>
span { border-color: #46B9CC; }
span { border-color: rgb(70,185,204); }
td.TdClassName
{
border-color: #46B9CC;
}
.TagClassName
{
border-color: #46B9CC;
}
</style>