Shades of Viking #46A0CB
Tints of Viking #46A0CB
RGB
CMYK
RGB Variations
Color information
#46A0CB (or 0x46A0CB) is known color: Viking. HEX triplet: 46, A0 and CB. RGB value is (70,160,203). Sum of RGB (Red+Green+Blue) = 70+160+203=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #46A0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A0CB is #B95F34. Grayscale: #898989. Windows color (decimal): -12148533 or 13344838. OLE color: 13344838.
HSL color Cylindrical-coordinate representation of color #46A0CB: hue angle of 199.4º degrees, saturation: 0.56, 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 #46A0CB is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 160 | 203 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.20 |
| HSL | 199.4º | 0.56% | 0.54% | - |
| HSV(B) | 199.4º | 0.66% | 0.8% | - |
| XYZ | 25.88 | 30.76 | 61.07 | - |
| YUV | 137.99 | 164.68 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 160 | 203 | 0.66 | 0.21 | 0 | 0.20 | 199.4 | 0.56 | 0.54 |
| Hex | 46 | A0 | CB | 42 | 15 | 0 | 14 | C7 | 38 | 36 |
| Octal | 106 | 240 | 313 | 102 | 25 | 0 | 24 | 307 | 70 | 66 |
| Binary | 1000110 | 10100000 | 11001011 | 1000010 | 10101 | 0 | 10100 | 11000111 | 111000 | 110110 |
Color Harmonies of #46A0CB
Complementary color
Monochromatic Colors of #46A0CB
Black with #46A0CB
Text Example
Text Example
White with #46A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A0CB; }
p { color: rgb(70,160,203); }
H1.HeaderClassName
{
color: #46A0CB;
}
.AnyTagClassName
{
color: #46A0CB;
}
</style>
background-color css
<style>
a { background-color: #46A0CB; }
a { background-color: rgb(70,160,203); }
div.DivClassName
{
background-color: #46A0CB;
}
.BgClassName
{
background-color: #46A0CB;
}
</style>
border-color css
<style>
span { border-color: #46A0CB; }
span { border-color: rgb(70,160,203); }
td.TdClassName
{
border-color: #46A0CB;
}
.TagClassName
{
border-color: #46A0CB;
}
</style>