Shades of Viking #46A8BB
Tints of Viking #46A8BB
RGB
CMYK
RGB Variations
Color information
#46A8BB (or 0x46A8BB) is known color: Viking. HEX triplet: 46, A8 and BB. RGB value is (70,168,187). Sum of RGB (Red+Green+Blue) = 70+168+187=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #46A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A8BB is #B95744. Grayscale: #8C8C8C. Windows color (decimal): -12146501 or 12298310. OLE color: 12298310.
HSL color Cylindrical-coordinate representation of color #46A8BB: hue angle of 189.74º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46A8BB is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 168 | 187 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.27 |
| HSL | 189.74º | 0.46% | 0.5% | - |
| HSV(B) | 189.74º | 0.63% | 0.73% | - |
| XYZ | 25.5 | 32.9 | 52.02 | - |
| YUV | 140.86 | 154.03 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 187 | 0.63 | 0.10 | 0 | 0.27 | 189.74 | 0.46 | 0.5 |
| Hex | 46 | A8 | BB | 3F | A | 0 | 1B | BE | 2E | 32 |
| Octal | 106 | 250 | 273 | 77 | 12 | 0 | 33 | 276 | 56 | 62 |
| Binary | 1000110 | 10101000 | 10111011 | 111111 | 1010 | 0 | 11011 | 10111110 | 101110 | 110010 |
Color Harmonies of #46A8BB
Complementary color
Monochromatic Colors of #46A8BB
Black with #46A8BB
Text Example
Text Example
White with #46A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A8BB; }
p { color: rgb(70,168,187); }
H1.HeaderClassName
{
color: #46A8BB;
}
.AnyTagClassName
{
color: #46A8BB;
}
</style>
background-color css
<style>
a { background-color: #46A8BB; }
a { background-color: rgb(70,168,187); }
div.DivClassName
{
background-color: #46A8BB;
}
.BgClassName
{
background-color: #46A8BB;
}
</style>
border-color css
<style>
span { border-color: #46A8BB; }
span { border-color: rgb(70,168,187); }
td.TdClassName
{
border-color: #46A8BB;
}
.TagClassName
{
border-color: #46A8BB;
}
</style>