Shades of Viking #46BDCD
Tints of Viking #46BDCD
RGB
CMYK
RGB Variations
Color information
#46BDCD (or 0x46BDCD) is known color: Viking. HEX triplet: 46, BD and CD. RGB value is (70,189,205). Sum of RGB (Red+Green+Blue) = 70+189+205=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #46BDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BDCD is #B94232. Grayscale: #9B9B9B. Windows color (decimal): -12141107 or 13483334. OLE color: 13483334.
HSL color Cylindrical-coordinate representation of color #46BDCD: hue angle of 187.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46BDCD is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 189 | 205 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.20 |
| HSL | 187.11º | 0.57% | 0.54% | - |
| HSV(B) | 187.11º | 0.66% | 0.8% | - |
| XYZ | 31.74 | 42.11 | 64.21 | - |
| YUV | 155.24 | 156.08 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 189 | 205 | 0.66 | 0.08 | 0 | 0.20 | 187.11 | 0.57 | 0.54 |
| Hex | 46 | BD | CD | 42 | 8 | 0 | 14 | BB | 39 | 36 |
| Octal | 106 | 275 | 315 | 102 | 10 | 0 | 24 | 273 | 71 | 66 |
| Binary | 1000110 | 10111101 | 11001101 | 1000010 | 1000 | 0 | 10100 | 10111011 | 111001 | 110110 |
Color Harmonies of #46BDCD
Complementary color
Monochromatic Colors of #46BDCD
Black with #46BDCD
Text Example
Text Example
White with #46BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BDCD; }
p { color: rgb(70,189,205); }
H1.HeaderClassName
{
color: #46BDCD;
}
.AnyTagClassName
{
color: #46BDCD;
}
</style>
background-color css
<style>
a { background-color: #46BDCD; }
a { background-color: rgb(70,189,205); }
div.DivClassName
{
background-color: #46BDCD;
}
.BgClassName
{
background-color: #46BDCD;
}
</style>
border-color css
<style>
span { border-color: #46BDCD; }
span { border-color: rgb(70,189,205); }
td.TdClassName
{
border-color: #46BDCD;
}
.TagClassName
{
border-color: #46BDCD;
}
</style>