Shades of Viking #46A7B1
Tints of Viking #46A7B1
RGB
CMYK
RGB Variations
Color information
#46A7B1 (or 0x46A7B1) is known color: Viking. HEX triplet: 46, A7 and B1. RGB value is (70,167,177). Sum of RGB (Red+Green+Blue) = 70+167+177=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 177 - color contains mainly: blue. Hex color #46A7B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A7B1 is #B9584E. Grayscale: #8B8B8B. Windows color (decimal): -12146767 or 11642694. OLE color: 11642694.
HSL color Cylindrical-coordinate representation of color #46A7B1: hue angle of 185.61º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46A7B1 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 167 | 177 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.31 |
| HSL | 185.61º | 0.43% | 0.48% | - |
| HSV(B) | 185.61º | 0.6% | 0.69% | - |
| XYZ | 24.28 | 32.11 | 46.51 | - |
| YUV | 139.14 | 149.36 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 167 | 177 | 0.60 | 0.06 | 0 | 0.31 | 185.61 | 0.43 | 0.48 |
| Hex | 46 | A7 | B1 | 3C | 6 | 0 | 1F | BA | 2B | 30 |
| Octal | 106 | 247 | 261 | 74 | 6 | 0 | 37 | 272 | 53 | 60 |
| Binary | 1000110 | 10100111 | 10110001 | 111100 | 110 | 0 | 11111 | 10111010 | 101011 | 110000 |
Color Harmonies of #46A7B1
Complementary color
Monochromatic Colors of #46A7B1
Black with #46A7B1
Text Example
Text Example
White with #46A7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A7B1; }
p { color: rgb(70,167,177); }
H1.HeaderClassName
{
color: #46A7B1;
}
.AnyTagClassName
{
color: #46A7B1;
}
</style>
background-color css
<style>
a { background-color: #46A7B1; }
a { background-color: rgb(70,167,177); }
div.DivClassName
{
background-color: #46A7B1;
}
.BgClassName
{
background-color: #46A7B1;
}
</style>
border-color css
<style>
span { border-color: #46A7B1; }
span { border-color: rgb(70,167,177); }
td.TdClassName
{
border-color: #46A7B1;
}
.TagClassName
{
border-color: #46A7B1;
}
</style>