Shades of Viking #46A1CD
Tints of Viking #46A1CD
RGB
CMYK
RGB Variations
Color information
#46A1CD (or 0x46A1CD) is known color: Viking. HEX triplet: 46, A1 and CD. RGB value is (70,161,205). Sum of RGB (Red+Green+Blue) = 70+161+205=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #46A1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A1CD is #B95E32. Grayscale: #8A8A8A. Windows color (decimal): -12148275 or 13476166. OLE color: 13476166.
HSL color Cylindrical-coordinate representation of color #46A1CD: hue angle of 199.56º 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 #46A1CD is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 161 | 205 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.20 |
| HSL | 199.56º | 0.57% | 0.54% | - |
| HSV(B) | 199.56º | 0.66% | 0.8% | - |
| XYZ | 26.29 | 31.2 | 62.39 | - |
| YUV | 138.81 | 165.35 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 161 | 205 | 0.66 | 0.21 | 0 | 0.20 | 199.56 | 0.57 | 0.54 |
| Hex | 46 | A1 | CD | 42 | 15 | 0 | 14 | C8 | 39 | 36 |
| Octal | 106 | 241 | 315 | 102 | 25 | 0 | 24 | 310 | 71 | 66 |
| Binary | 1000110 | 10100001 | 11001101 | 1000010 | 10101 | 0 | 10100 | 11001000 | 111001 | 110110 |
Color Harmonies of #46A1CD
Complementary color
Monochromatic Colors of #46A1CD
Black with #46A1CD
Text Example
Text Example
White with #46A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A1CD; }
p { color: rgb(70,161,205); }
H1.HeaderClassName
{
color: #46A1CD;
}
.AnyTagClassName
{
color: #46A1CD;
}
</style>
background-color css
<style>
a { background-color: #46A1CD; }
a { background-color: rgb(70,161,205); }
div.DivClassName
{
background-color: #46A1CD;
}
.BgClassName
{
background-color: #46A1CD;
}
</style>
border-color css
<style>
span { border-color: #46A1CD; }
span { border-color: rgb(70,161,205); }
td.TdClassName
{
border-color: #46A1CD;
}
.TagClassName
{
border-color: #46A1CD;
}
</style>