Shades of Viking #46A8CA
Tints of Viking #46A8CA
RGB
CMYK
RGB Variations
Color information
#46A8CA (or 0x46A8CA) is known color: Viking. HEX triplet: 46, A8 and CA. RGB value is (70,168,202). Sum of RGB (Red+Green+Blue) = 70+168+202=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #46A8CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A8CA is #B95735. Grayscale: #8E8E8E. Windows color (decimal): -12146486 or 13281350. OLE color: 13281350.
HSL color Cylindrical-coordinate representation of color #46A8CA: hue angle of 195.45º 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 #46A8CA is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 168 | 202 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.21 |
| HSL | 195.45º | 0.55% | 0.53% | - |
| HSV(B) | 195.45º | 0.65% | 0.79% | - |
| XYZ | 27.19 | 33.57 | 60.92 | - |
| YUV | 142.57 | 161.53 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 202 | 0.65 | 0.17 | 0 | 0.21 | 195.45 | 0.55 | 0.53 |
| Hex | 46 | A8 | CA | 41 | 11 | 0 | 15 | C3 | 37 | 35 |
| Octal | 106 | 250 | 312 | 101 | 21 | 0 | 25 | 303 | 67 | 65 |
| Binary | 1000110 | 10101000 | 11001010 | 1000001 | 10001 | 0 | 10101 | 11000011 | 110111 | 110101 |
Color Harmonies of #46A8CA
Complementary color
Monochromatic Colors of #46A8CA
Black with #46A8CA
Text Example
Text Example
White with #46A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A8CA; }
p { color: rgb(70,168,202); }
H1.HeaderClassName
{
color: #46A8CA;
}
.AnyTagClassName
{
color: #46A8CA;
}
</style>
background-color css
<style>
a { background-color: #46A8CA; }
a { background-color: rgb(70,168,202); }
div.DivClassName
{
background-color: #46A8CA;
}
.BgClassName
{
background-color: #46A8CA;
}
</style>
border-color css
<style>
span { border-color: #46A8CA; }
span { border-color: rgb(70,168,202); }
td.TdClassName
{
border-color: #46A8CA;
}
.TagClassName
{
border-color: #46A8CA;
}
</style>