Shades of Viking #46BECF
Tints of Viking #46BECF
RGB
CMYK
RGB Variations
Color information
#46BECF (or 0x46BECF) is known color: Viking. HEX triplet: 46, BE and CF. RGB value is (70,190,207). Sum of RGB (Red+Green+Blue) = 70+190+207=467 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.99% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #46BECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BECF is #B94130. Grayscale: #9B9B9B. Windows color (decimal): -12140849 or 13614662. OLE color: 13614662.
HSL color Cylindrical-coordinate representation of color #46BECF: hue angle of 187.45º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46BECF is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 190 | 207 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.19 |
| HSL | 187.45º | 0.59% | 0.54% | - |
| HSV(B) | 187.45º | 0.66% | 0.81% | - |
| XYZ | 32.2 | 42.63 | 65.56 | - |
| YUV | 156.06 | 156.74 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 207 | 0.66 | 0.08 | 0 | 0.19 | 187.45 | 0.59 | 0.54 |
| Hex | 46 | BE | CF | 42 | 8 | 0 | 13 | BB | 3B | 36 |
| Octal | 106 | 276 | 317 | 102 | 10 | 0 | 23 | 273 | 73 | 66 |
| Binary | 1000110 | 10111110 | 11001111 | 1000010 | 1000 | 0 | 10011 | 10111011 | 111011 | 110110 |
Color Harmonies of #46BECF
Complementary color
Monochromatic Colors of #46BECF
Black with #46BECF
Text Example
Text Example
White with #46BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BECF; }
p { color: rgb(70,190,207); }
H1.HeaderClassName
{
color: #46BECF;
}
.AnyTagClassName
{
color: #46BECF;
}
</style>
background-color css
<style>
a { background-color: #46BECF; }
a { background-color: rgb(70,190,207); }
div.DivClassName
{
background-color: #46BECF;
}
.BgClassName
{
background-color: #46BECF;
}
</style>
border-color css
<style>
span { border-color: #46BECF; }
span { border-color: rgb(70,190,207); }
td.TdClassName
{
border-color: #46BECF;
}
.TagClassName
{
border-color: #46BECF;
}
</style>