Shades of Viking #46BCBE
Tints of Viking #46BCBE
RGB
CMYK
RGB Variations
Color information
#46BCBE (or 0x46BCBE) is known color: Viking. HEX triplet: 46, BC and BE. RGB value is (70,188,190). Sum of RGB (Red+Green+Blue) = 70+188+190=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #46BCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BCBE is #B94341. Grayscale: #989898. Windows color (decimal): -12141378 or 12500038. OLE color: 12500038.
HSL color Cylindrical-coordinate representation of color #46BCBE: hue angle of 181º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BCBE is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 188 | 190 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.25 |
| HSL | 181º | 0.48% | 0.51% | - |
| HSV(B) | 181º | 0.63% | 0.75% | - |
| XYZ | 29.8 | 40.99 | 55.06 | - |
| YUV | 152.95 | 148.91 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 190 | 0.63 | 0.01 | 0 | 0.25 | 181 | 0.48 | 0.51 |
| Hex | 46 | BC | BE | 3F | 1 | 0 | 19 | B5 | 30 | 33 |
| Octal | 106 | 274 | 276 | 77 | 1 | 0 | 31 | 265 | 60 | 63 |
| Binary | 1000110 | 10111100 | 10111110 | 111111 | 1 | 0 | 11001 | 10110101 | 110000 | 110011 |
Color Harmonies of #46BCBE
Complementary color
Monochromatic Colors of #46BCBE
Black with #46BCBE
Text Example
Text Example
White with #46BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BCBE; }
p { color: rgb(70,188,190); }
H1.HeaderClassName
{
color: #46BCBE;
}
.AnyTagClassName
{
color: #46BCBE;
}
</style>
background-color css
<style>
a { background-color: #46BCBE; }
a { background-color: rgb(70,188,190); }
div.DivClassName
{
background-color: #46BCBE;
}
.BgClassName
{
background-color: #46BCBE;
}
</style>
border-color css
<style>
span { border-color: #46BCBE; }
span { border-color: rgb(70,188,190); }
td.TdClassName
{
border-color: #46BCBE;
}
.TagClassName
{
border-color: #46BCBE;
}
</style>