Shades of Viking #46B9B9
Tints of Viking #46B9B9
RGB
CMYK
RGB Variations
Color information
#46B9B9 (or 0x46B9B9) is known color: Viking. HEX triplet: 46, B9 and B9. RGB value is (70,185,185). Sum of RGB (Red+Green+Blue) = 70+185+185=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: green, blue. Hex color #46B9B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B9B9 is #B94646. Grayscale: #969696. Windows color (decimal): -12142151 or 12171590. OLE color: 12171590.
HSL color Cylindrical-coordinate representation of color #46B9B9: hue angle of 180º 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 #46B9B9 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 185 | 185 | - |
| CMYK | 0.62 | 0 | 0 | 0.27 |
| HSL | 180º | 0.45% | 0.5% | - |
| HSV(B) | 180º | 0.62% | 0.73% | - |
| XYZ | 28.63 | 39.5 | 52.01 | - |
| YUV | 150.62 | 147.4 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 185 | 185 | 0.62 | 0 | 0 | 0.27 | 180 | 0.45 | 0.5 |
| Hex | 46 | B9 | B9 | 3E | 0 | 0 | 1B | B4 | 2D | 32 |
| Octal | 106 | 271 | 271 | 76 | 0 | 0 | 33 | 264 | 55 | 62 |
| Binary | 1000110 | 10111001 | 10111001 | 111110 | 0 | 0 | 11011 | 10110100 | 101101 | 110010 |
Color Harmonies of #46B9B9
Complementary color
Monochromatic Colors of #46B9B9
Black with #46B9B9
Text Example
Text Example
White with #46B9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B9B9; }
p { color: rgb(70,185,185); }
H1.HeaderClassName
{
color: #46B9B9;
}
.AnyTagClassName
{
color: #46B9B9;
}
</style>
background-color css
<style>
a { background-color: #46B9B9; }
a { background-color: rgb(70,185,185); }
div.DivClassName
{
background-color: #46B9B9;
}
.BgClassName
{
background-color: #46B9B9;
}
</style>
border-color css
<style>
span { border-color: #46B9B9; }
span { border-color: rgb(70,185,185); }
td.TdClassName
{
border-color: #46B9B9;
}
.TagClassName
{
border-color: #46B9B9;
}
</style>