Shades of Viking #46A6CC
Tints of Viking #46A6CC
RGB
CMYK
RGB Variations
Color information
#46A6CC (or 0x46A6CC) is known color: Viking. HEX triplet: 46, A6 and CC. RGB value is (70,166,204). Sum of RGB (Red+Green+Blue) = 70+166+204=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #46A6CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A6CC is #B95933. Grayscale: #8D8D8D. Windows color (decimal): -12146996 or 13411910. OLE color: 13411910.
HSL color Cylindrical-coordinate representation of color #46A6CC: hue angle of 197.01º 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 #46A6CC is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 166 | 204 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.2 |
| HSL | 197.01º | 0.57% | 0.54% | - |
| HSV(B) | 197.01º | 0.66% | 0.8% | - |
| XYZ | 27.06 | 32.93 | 62.06 | - |
| YUV | 141.63 | 163.2 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 166 | 204 | 0.66 | 0.19 | 0 | 0.2 | 197.01 | 0.57 | 0.54 |
| Hex | 46 | A6 | CC | 42 | 13 | 0 | 14 | C5 | 39 | 36 |
| Octal | 106 | 246 | 314 | 102 | 23 | 0 | 24 | 305 | 71 | 66 |
| Binary | 1000110 | 10100110 | 11001100 | 1000010 | 10011 | 0 | 10100 | 11000101 | 111001 | 110110 |
Color Harmonies of #46A6CC
Complementary color
Monochromatic Colors of #46A6CC
Black with #46A6CC
Text Example
Text Example
White with #46A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A6CC; }
p { color: rgb(70,166,204); }
H1.HeaderClassName
{
color: #46A6CC;
}
.AnyTagClassName
{
color: #46A6CC;
}
</style>
background-color css
<style>
a { background-color: #46A6CC; }
a { background-color: rgb(70,166,204); }
div.DivClassName
{
background-color: #46A6CC;
}
.BgClassName
{
background-color: #46A6CC;
}
</style>
border-color css
<style>
span { border-color: #46A6CC; }
span { border-color: rgb(70,166,204); }
td.TdClassName
{
border-color: #46A6CC;
}
.TagClassName
{
border-color: #46A6CC;
}
</style>