Shades of Viking #46BCC2
Tints of Viking #46BCC2
RGB
CMYK
RGB Variations
Color information
#46BCC2 (or 0x46BCC2) is known color: Viking. HEX triplet: 46, BC and C2. RGB value is (70,188,194). Sum of RGB (Red+Green+Blue) = 70+188+194=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #46BCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BCC2 is #B9433D. Grayscale: #999999. Windows color (decimal): -12141374 or 12762182. OLE color: 12762182.
HSL color Cylindrical-coordinate representation of color #46BCC2: hue angle of 182.9º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46BCC2 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 188 | 194 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.24 |
| HSL | 182.9º | 0.5% | 0.52% | - |
| HSV(B) | 182.9º | 0.64% | 0.76% | - |
| XYZ | 30.25 | 41.16 | 57.39 | - |
| YUV | 153.4 | 150.91 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 194 | 0.64 | 0.03 | 0 | 0.24 | 182.9 | 0.5 | 0.52 |
| Hex | 46 | BC | C2 | 40 | 3 | 0 | 18 | B7 | 32 | 34 |
| Octal | 106 | 274 | 302 | 100 | 3 | 0 | 30 | 267 | 62 | 64 |
| Binary | 1000110 | 10111100 | 11000010 | 1000000 | 11 | 0 | 11000 | 10110111 | 110010 | 110100 |
Color Harmonies of #46BCC2
Complementary color
Monochromatic Colors of #46BCC2
Black with #46BCC2
Text Example
Text Example
White with #46BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BCC2; }
p { color: rgb(70,188,194); }
H1.HeaderClassName
{
color: #46BCC2;
}
.AnyTagClassName
{
color: #46BCC2;
}
</style>
background-color css
<style>
a { background-color: #46BCC2; }
a { background-color: rgb(70,188,194); }
div.DivClassName
{
background-color: #46BCC2;
}
.BgClassName
{
background-color: #46BCC2;
}
</style>
border-color css
<style>
span { border-color: #46BCC2; }
span { border-color: rgb(70,188,194); }
td.TdClassName
{
border-color: #46BCC2;
}
.TagClassName
{
border-color: #46BCC2;
}
</style>