Shades of Viking #46A8C6
Tints of Viking #46A8C6
RGB
CMYK
RGB Variations
Color information
#46A8C6 (or 0x46A8C6) is known color: Viking. HEX triplet: 46, A8 and C6. RGB value is (70,168,198). Sum of RGB (Red+Green+Blue) = 70+168+198=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #46A8C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A8C6 is #B95739. Grayscale: #8D8D8D. Windows color (decimal): -12146490 or 13019206. OLE color: 13019206.
HSL color Cylindrical-coordinate representation of color #46A8C6: hue angle of 194.06º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46A8C6 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 168 | 198 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.22 |
| HSL | 194.06º | 0.53% | 0.53% | - |
| HSV(B) | 194.06º | 0.65% | 0.78% | - |
| XYZ | 26.72 | 33.38 | 58.46 | - |
| YUV | 142.12 | 159.53 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 198 | 0.65 | 0.15 | 0 | 0.22 | 194.06 | 0.53 | 0.53 |
| Hex | 46 | A8 | C6 | 41 | F | 0 | 16 | C2 | 35 | 35 |
| Octal | 106 | 250 | 306 | 101 | 17 | 0 | 26 | 302 | 65 | 65 |
| Binary | 1000110 | 10101000 | 11000110 | 1000001 | 1111 | 0 | 10110 | 11000010 | 110101 | 110101 |
Color Harmonies of #46A8C6
Complementary color
Monochromatic Colors of #46A8C6
Black with #46A8C6
Text Example
Text Example
White with #46A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A8C6; }
p { color: rgb(70,168,198); }
H1.HeaderClassName
{
color: #46A8C6;
}
.AnyTagClassName
{
color: #46A8C6;
}
</style>
background-color css
<style>
a { background-color: #46A8C6; }
a { background-color: rgb(70,168,198); }
div.DivClassName
{
background-color: #46A8C6;
}
.BgClassName
{
background-color: #46A8C6;
}
</style>
border-color css
<style>
span { border-color: #46A8C6; }
span { border-color: rgb(70,168,198); }
td.TdClassName
{
border-color: #46A8C6;
}
.TagClassName
{
border-color: #46A8C6;
}
</style>