Shades of Viking #46BECC
Tints of Viking #46BECC
RGB
CMYK
RGB Variations
Color information
#46BECC (or 0x46BECC) is known color: Viking. HEX triplet: 46, BE and CC. RGB value is (70,190,204). Sum of RGB (Red+Green+Blue) = 70+190+204=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #46BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BECC is #B94133. Grayscale: #9B9B9B. Windows color (decimal): -12140852 or 13418054. OLE color: 13418054.
HSL color Cylindrical-coordinate representation of color #46BECC: hue angle of 186.27º 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 #46BECC is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 190 | 204 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.2 |
| HSL | 186.27º | 0.57% | 0.54% | - |
| HSV(B) | 186.27º | 0.66% | 0.8% | - |
| XYZ | 31.84 | 42.49 | 63.65 | - |
| YUV | 155.72 | 155.24 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 204 | 0.66 | 0.07 | 0 | 0.2 | 186.27 | 0.57 | 0.54 |
| Hex | 46 | BE | CC | 42 | 7 | 0 | 14 | BA | 39 | 36 |
| Octal | 106 | 276 | 314 | 102 | 7 | 0 | 24 | 272 | 71 | 66 |
| Binary | 1000110 | 10111110 | 11001100 | 1000010 | 111 | 0 | 10100 | 10111010 | 111001 | 110110 |
Color Harmonies of #46BECC
Complementary color
Monochromatic Colors of #46BECC
Black with #46BECC
Text Example
Text Example
White with #46BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BECC; }
p { color: rgb(70,190,204); }
H1.HeaderClassName
{
color: #46BECC;
}
.AnyTagClassName
{
color: #46BECC;
}
</style>
background-color css
<style>
a { background-color: #46BECC; }
a { background-color: rgb(70,190,204); }
div.DivClassName
{
background-color: #46BECC;
}
.BgClassName
{
background-color: #46BECC;
}
</style>
border-color css
<style>
span { border-color: #46BECC; }
span { border-color: rgb(70,190,204); }
td.TdClassName
{
border-color: #46BECC;
}
.TagClassName
{
border-color: #46BECC;
}
</style>