Shades of Viking #46ABCA
Tints of Viking #46ABCA
RGB
CMYK
RGB Variations
Color information
#46ABCA (or 0x46ABCA) is known color: Viking. HEX triplet: 46, AB and CA. RGB value is (70,171,202). Sum of RGB (Red+Green+Blue) = 70+171+202=443 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.80% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #46ABCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ABCA is #B95435. Grayscale: #909090. Windows color (decimal): -12145718 or 13282118. OLE color: 13282118.
HSL color Cylindrical-coordinate representation of color #46ABCA: hue angle of 194.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46ABCA is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 171 | 202 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.21 |
| HSL | 194.09º | 0.55% | 0.53% | - |
| HSV(B) | 194.09º | 0.65% | 0.79% | - |
| XYZ | 27.75 | 34.69 | 61.11 | - |
| YUV | 144.34 | 160.54 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 171 | 202 | 0.65 | 0.15 | 0 | 0.21 | 194.09 | 0.55 | 0.53 |
| Hex | 46 | AB | CA | 41 | F | 0 | 15 | C2 | 37 | 35 |
| Octal | 106 | 253 | 312 | 101 | 17 | 0 | 25 | 302 | 67 | 65 |
| Binary | 1000110 | 10101011 | 11001010 | 1000001 | 1111 | 0 | 10101 | 11000010 | 110111 | 110101 |
Color Harmonies of #46ABCA
Complementary color
Monochromatic Colors of #46ABCA
Black with #46ABCA
Text Example
Text Example
White with #46ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ABCA; }
p { color: rgb(70,171,202); }
H1.HeaderClassName
{
color: #46ABCA;
}
.AnyTagClassName
{
color: #46ABCA;
}
</style>
background-color css
<style>
a { background-color: #46ABCA; }
a { background-color: rgb(70,171,202); }
div.DivClassName
{
background-color: #46ABCA;
}
.BgClassName
{
background-color: #46ABCA;
}
</style>
border-color css
<style>
span { border-color: #46ABCA; }
span { border-color: rgb(70,171,202); }
td.TdClassName
{
border-color: #46ABCA;
}
.TagClassName
{
border-color: #46ABCA;
}
</style>