Shades of Viking #46BCBF
Tints of Viking #46BCBF
RGB
CMYK
RGB Variations
Color information
#46BCBF (or 0x46BCBF) is known color: Viking. HEX triplet: 46, BC and BF. RGB value is (70,188,191). Sum of RGB (Red+Green+Blue) = 70+188+191=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #46BCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BCBF is #B94340. Grayscale: #989898. Windows color (decimal): -12141377 or 12565574. OLE color: 12565574.
HSL color Cylindrical-coordinate representation of color #46BCBF: hue angle of 181.49º degrees, saturation: 0.49, 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 #46BCBF is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 188 | 191 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.25 |
| HSL | 181.49º | 0.49% | 0.51% | - |
| HSV(B) | 181.49º | 0.63% | 0.75% | - |
| XYZ | 29.91 | 41.03 | 55.63 | - |
| YUV | 153.06 | 149.41 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 191 | 0.63 | 0.02 | 0 | 0.25 | 181.49 | 0.49 | 0.51 |
| Hex | 46 | BC | BF | 3F | 2 | 0 | 19 | B5 | 31 | 33 |
| Octal | 106 | 274 | 277 | 77 | 2 | 0 | 31 | 265 | 61 | 63 |
| Binary | 1000110 | 10111100 | 10111111 | 111111 | 10 | 0 | 11001 | 10110101 | 110001 | 110011 |
Color Harmonies of #46BCBF
Complementary color
Monochromatic Colors of #46BCBF
Black with #46BCBF
Text Example
Text Example
White with #46BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BCBF; }
p { color: rgb(70,188,191); }
H1.HeaderClassName
{
color: #46BCBF;
}
.AnyTagClassName
{
color: #46BCBF;
}
</style>
background-color css
<style>
a { background-color: #46BCBF; }
a { background-color: rgb(70,188,191); }
div.DivClassName
{
background-color: #46BCBF;
}
.BgClassName
{
background-color: #46BCBF;
}
</style>
border-color css
<style>
span { border-color: #46BCBF; }
span { border-color: rgb(70,188,191); }
td.TdClassName
{
border-color: #46BCBF;
}
.TagClassName
{
border-color: #46BCBF;
}
</style>