Shades of Viking #46A1CE
Tints of Viking #46A1CE
RGB
CMYK
RGB Variations
Color information
#46A1CE (or 0x46A1CE) is known color: Viking. HEX triplet: 46, A1 and CE. RGB value is (70,161,206). Sum of RGB (Red+Green+Blue) = 70+161+206=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #46A1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A1CE is #B95E31. Grayscale: #8A8A8A. Windows color (decimal): -12148274 or 13541702. OLE color: 13541702.
HSL color Cylindrical-coordinate representation of color #46A1CE: hue angle of 199.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46A1CE is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 161 | 206 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.19 |
| HSL | 199.85º | 0.58% | 0.54% | - |
| HSV(B) | 199.85º | 0.66% | 0.81% | - |
| XYZ | 26.41 | 31.25 | 63.03 | - |
| YUV | 138.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 161 | 206 | 0.66 | 0.22 | 0 | 0.19 | 199.85 | 0.58 | 0.54 |
| Hex | 46 | A1 | CE | 42 | 16 | 0 | 13 | C8 | 3A | 36 |
| Octal | 106 | 241 | 316 | 102 | 26 | 0 | 23 | 310 | 72 | 66 |
| Binary | 1000110 | 10100001 | 11001110 | 1000010 | 10110 | 0 | 10011 | 11001000 | 111010 | 110110 |
Color Harmonies of #46A1CE
Complementary color
Monochromatic Colors of #46A1CE
Black with #46A1CE
Text Example
Text Example
White with #46A1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A1CE; }
p { color: rgb(70,161,206); }
H1.HeaderClassName
{
color: #46A1CE;
}
.AnyTagClassName
{
color: #46A1CE;
}
</style>
background-color css
<style>
a { background-color: #46A1CE; }
a { background-color: rgb(70,161,206); }
div.DivClassName
{
background-color: #46A1CE;
}
.BgClassName
{
background-color: #46A1CE;
}
</style>
border-color css
<style>
span { border-color: #46A1CE; }
span { border-color: rgb(70,161,206); }
td.TdClassName
{
border-color: #46A1CE;
}
.TagClassName
{
border-color: #46A1CE;
}
</style>