Shades of Viking #46BFD5
Tints of Viking #46BFD5
RGB
CMYK
RGB Variations
Color information
#46BFD5 (or 0x46BFD5) is known color: Viking. HEX triplet: 46, BF and D5. RGB value is (70,191,213). Sum of RGB (Red+Green+Blue) = 70+191+213=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #46BFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BFD5 is #B9402A. Grayscale: #9D9D9D. Windows color (decimal): -12140587 or 14008134. OLE color: 14008134.
HSL color Cylindrical-coordinate representation of color #46BFD5: hue angle of 189.23º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46BFD5 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 191 | 213 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.16 |
| HSL | 189.23º | 0.63% | 0.55% | - |
| HSV(B) | 189.23º | 0.67% | 0.84% | - |
| XYZ | 33.17 | 43.37 | 69.57 | - |
| YUV | 157.33 | 159.41 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 191 | 213 | 0.67 | 0.10 | 0 | 0.16 | 189.23 | 0.63 | 0.55 |
| Hex | 46 | BF | D5 | 43 | A | 0 | 10 | BD | 3F | 37 |
| Octal | 106 | 277 | 325 | 103 | 12 | 0 | 20 | 275 | 77 | 67 |
| Binary | 1000110 | 10111111 | 11010101 | 1000011 | 1010 | 0 | 10000 | 10111101 | 111111 | 110111 |
Color Harmonies of #46BFD5
Complementary color
Monochromatic Colors of #46BFD5
Black with #46BFD5
Text Example
Text Example
White with #46BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BFD5; }
p { color: rgb(70,191,213); }
H1.HeaderClassName
{
color: #46BFD5;
}
.AnyTagClassName
{
color: #46BFD5;
}
</style>
background-color css
<style>
a { background-color: #46BFD5; }
a { background-color: rgb(70,191,213); }
div.DivClassName
{
background-color: #46BFD5;
}
.BgClassName
{
background-color: #46BFD5;
}
</style>
border-color css
<style>
span { border-color: #46BFD5; }
span { border-color: rgb(70,191,213); }
td.TdClassName
{
border-color: #46BFD5;
}
.TagClassName
{
border-color: #46BFD5;
}
</style>