Shades of Viking #46BBB5
Tints of Viking #46BBB5
RGB
CMYK
RGB Variations
Color information
#46BBB5 (or 0x46BBB5) is known color: Viking. HEX triplet: 46, BB and B5. RGB value is (70,187,181). Sum of RGB (Red+Green+Blue) = 70+187+181=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #46BBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BBB5 is #B9444A. Grayscale: #979797. Windows color (decimal): -12141643 or 11909958. OLE color: 11909958.
HSL color Cylindrical-coordinate representation of color #46BBB5: hue angle of 176.92º 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 #46BBB5 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 187 | 181 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.27 |
| HSL | 176.92º | 0.46% | 0.5% | - |
| HSV(B) | 176.92º | 0.63% | 0.73% | - |
| XYZ | 28.64 | 40.18 | 49.96 | - |
| YUV | 151.33 | 144.74 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 187 | 181 | 0.63 | 0 | 0.03 | 0.27 | 176.92 | 0.46 | 0.5 |
| Hex | 46 | BB | B5 | 3F | 0 | 3 | 1B | B1 | 2E | 32 |
| Octal | 106 | 273 | 265 | 77 | 0 | 3 | 33 | 261 | 56 | 62 |
| Binary | 1000110 | 10111011 | 10110101 | 111111 | 0 | 11 | 11011 | 10110001 | 101110 | 110010 |
Color Harmonies of #46BBB5
Complementary color
Monochromatic Colors of #46BBB5
Black with #46BBB5
Text Example
Text Example
White with #46BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BBB5; }
p { color: rgb(70,187,181); }
H1.HeaderClassName
{
color: #46BBB5;
}
.AnyTagClassName
{
color: #46BBB5;
}
</style>
background-color css
<style>
a { background-color: #46BBB5; }
a { background-color: rgb(70,187,181); }
div.DivClassName
{
background-color: #46BBB5;
}
.BgClassName
{
background-color: #46BBB5;
}
</style>
border-color css
<style>
span { border-color: #46BBB5; }
span { border-color: rgb(70,187,181); }
td.TdClassName
{
border-color: #46BBB5;
}
.TagClassName
{
border-color: #46BBB5;
}
</style>