Shades of Viking #46B4B9
Tints of Viking #46B4B9
RGB
CMYK
RGB Variations
Color information
#46B4B9 (or 0x46B4B9) is known color: Viking. HEX triplet: 46, B4 and B9. RGB value is (70,180,185). Sum of RGB (Red+Green+Blue) = 70+180+185=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #46B4B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B4B9 is #B94B46. Grayscale: #939393. Windows color (decimal): -12143431 or 12170310. OLE color: 12170310.
HSL color Cylindrical-coordinate representation of color #46B4B9: hue angle of 182.61º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B4B9 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 180 | 185 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.27 |
| HSL | 182.61º | 0.45% | 0.5% | - |
| HSV(B) | 182.61º | 0.62% | 0.73% | - |
| XYZ | 27.6 | 37.45 | 51.67 | - |
| YUV | 147.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 180 | 185 | 0.62 | 0.03 | 0 | 0.27 | 182.61 | 0.45 | 0.5 |
| Hex | 46 | B4 | B9 | 3E | 3 | 0 | 1B | B7 | 2D | 32 |
| Octal | 106 | 264 | 271 | 76 | 3 | 0 | 33 | 267 | 55 | 62 |
| Binary | 1000110 | 10110100 | 10111001 | 111110 | 11 | 0 | 11011 | 10110111 | 101101 | 110010 |
Color Harmonies of #46B4B9
Complementary color
Monochromatic Colors of #46B4B9
Black with #46B4B9
Text Example
Text Example
White with #46B4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B4B9; }
p { color: rgb(70,180,185); }
H1.HeaderClassName
{
color: #46B4B9;
}
.AnyTagClassName
{
color: #46B4B9;
}
</style>
background-color css
<style>
a { background-color: #46B4B9; }
a { background-color: rgb(70,180,185); }
div.DivClassName
{
background-color: #46B4B9;
}
.BgClassName
{
background-color: #46B4B9;
}
</style>
border-color css
<style>
span { border-color: #46B4B9; }
span { border-color: rgb(70,180,185); }
td.TdClassName
{
border-color: #46B4B9;
}
.TagClassName
{
border-color: #46B4B9;
}
</style>