Shades of Viking #46BACA
Tints of Viking #46BACA
RGB
CMYK
RGB Variations
Color information
#46BACA (or 0x46BACA) is known color: Viking. HEX triplet: 46, BA and CA. RGB value is (70,186,202). Sum of RGB (Red+Green+Blue) = 70+186+202=458 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.28% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #46BACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BACA is #B94535. Grayscale: #989898. Windows color (decimal): -12141878 or 13285958. OLE color: 13285958.
HSL color Cylindrical-coordinate representation of color #46BACA: hue angle of 187.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46BACA is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 186 | 202 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.21 |
| HSL | 187.27º | 0.55% | 0.53% | - |
| HSV(B) | 187.27º | 0.65% | 0.79% | - |
| XYZ | 30.75 | 40.68 | 62.11 | - |
| YUV | 153.14 | 155.57 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 202 | 0.65 | 0.08 | 0 | 0.21 | 187.27 | 0.55 | 0.53 |
| Hex | 46 | BA | CA | 41 | 8 | 0 | 15 | BB | 37 | 35 |
| Octal | 106 | 272 | 312 | 101 | 10 | 0 | 25 | 273 | 67 | 65 |
| Binary | 1000110 | 10111010 | 11001010 | 1000001 | 1000 | 0 | 10101 | 10111011 | 110111 | 110101 |
Color Harmonies of #46BACA
Complementary color
Monochromatic Colors of #46BACA
Black with #46BACA
Text Example
Text Example
White with #46BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BACA; }
p { color: rgb(70,186,202); }
H1.HeaderClassName
{
color: #46BACA;
}
.AnyTagClassName
{
color: #46BACA;
}
</style>
background-color css
<style>
a { background-color: #46BACA; }
a { background-color: rgb(70,186,202); }
div.DivClassName
{
background-color: #46BACA;
}
.BgClassName
{
background-color: #46BACA;
}
</style>
border-color css
<style>
span { border-color: #46BACA; }
span { border-color: rgb(70,186,202); }
td.TdClassName
{
border-color: #46BACA;
}
.TagClassName
{
border-color: #46BACA;
}
</style>