Shades of Viking #46BED7
Tints of Viking #46BED7
RGB
CMYK
RGB Variations
Color information
#46BED7 (or 0x46BED7) is known color: Viking. HEX triplet: 46, BE and D7. RGB value is (70,190,215). Sum of RGB (Red+Green+Blue) = 70+190+215=475 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.74% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #46BED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BED7 is #B94128. Grayscale: #9C9C9C. Windows color (decimal): -12140841 or 14138950. OLE color: 14138950.
HSL color Cylindrical-coordinate representation of color #46BED7: hue angle of 190.34º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46BED7 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 190 | 215 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.16 |
| HSL | 190.34º | 0.64% | 0.56% | - |
| HSV(B) | 190.34º | 0.67% | 0.84% | - |
| XYZ | 33.2 | 43.04 | 70.85 | - |
| YUV | 156.97 | 160.74 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 215 | 0.67 | 0.12 | 0 | 0.16 | 190.34 | 0.64 | 0.56 |
| Hex | 46 | BE | D7 | 43 | C | 0 | 10 | BE | 40 | 38 |
| Octal | 106 | 276 | 327 | 103 | 14 | 0 | 20 | 276 | 100 | 70 |
| Binary | 1000110 | 10111110 | 11010111 | 1000011 | 1100 | 0 | 10000 | 10111110 | 1000000 | 111000 |
Color Harmonies of #46BED7
Complementary color
Monochromatic Colors of #46BED7
Black with #46BED7
Text Example
Text Example
White with #46BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BED7; }
p { color: rgb(70,190,215); }
H1.HeaderClassName
{
color: #46BED7;
}
.AnyTagClassName
{
color: #46BED7;
}
</style>
background-color css
<style>
a { background-color: #46BED7; }
a { background-color: rgb(70,190,215); }
div.DivClassName
{
background-color: #46BED7;
}
.BgClassName
{
background-color: #46BED7;
}
</style>
border-color css
<style>
span { border-color: #46BED7; }
span { border-color: rgb(70,190,215); }
td.TdClassName
{
border-color: #46BED7;
}
.TagClassName
{
border-color: #46BED7;
}
</style>