Shades of Viking #46ABCD
Tints of Viking #46ABCD
RGB
CMYK
RGB Variations
Color information
#46ABCD (or 0x46ABCD) is known color: Viking. HEX triplet: 46, AB and CD. RGB value is (70,171,205). Sum of RGB (Red+Green+Blue) = 70+171+205=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #46ABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ABCD is #B95432. Grayscale: #909090. Windows color (decimal): -12145715 or 13478726. OLE color: 13478726.
HSL color Cylindrical-coordinate representation of color #46ABCD: hue angle of 195.11º 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 #46ABCD is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 171 | 205 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.20 |
| HSL | 195.11º | 0.57% | 0.54% | - |
| HSV(B) | 195.11º | 0.66% | 0.8% | - |
| XYZ | 28.11 | 34.84 | 63 | - |
| YUV | 144.68 | 162.04 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 171 | 205 | 0.66 | 0.17 | 0 | 0.20 | 195.11 | 0.57 | 0.54 |
| Hex | 46 | AB | CD | 42 | 11 | 0 | 14 | C3 | 39 | 36 |
| Octal | 106 | 253 | 315 | 102 | 21 | 0 | 24 | 303 | 71 | 66 |
| Binary | 1000110 | 10101011 | 11001101 | 1000010 | 10001 | 0 | 10100 | 11000011 | 111001 | 110110 |
Color Harmonies of #46ABCD
Complementary color
Monochromatic Colors of #46ABCD
Black with #46ABCD
Text Example
Text Example
White with #46ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ABCD; }
p { color: rgb(70,171,205); }
H1.HeaderClassName
{
color: #46ABCD;
}
.AnyTagClassName
{
color: #46ABCD;
}
</style>
background-color css
<style>
a { background-color: #46ABCD; }
a { background-color: rgb(70,171,205); }
div.DivClassName
{
background-color: #46ABCD;
}
.BgClassName
{
background-color: #46ABCD;
}
</style>
border-color css
<style>
span { border-color: #46ABCD; }
span { border-color: rgb(70,171,205); }
td.TdClassName
{
border-color: #46ABCD;
}
.TagClassName
{
border-color: #46ABCD;
}
</style>