Shades of Viking #46B3BD
Tints of Viking #46B3BD
RGB
CMYK
RGB Variations
Color information
#46B3BD (or 0x46B3BD) is known color: Viking. HEX triplet: 46, B3 and BD. RGB value is (70,179,189). Sum of RGB (Red+Green+Blue) = 70+179+189=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #46B3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B3BD is #B94C42. Grayscale: #939393. Windows color (decimal): -12143683 or 12432198. OLE color: 12432198.
HSL color Cylindrical-coordinate representation of color #46B3BD: hue angle of 185.04º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46B3BD is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 179 | 189 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.26 |
| HSL | 185.04º | 0.47% | 0.51% | - |
| HSV(B) | 185.04º | 0.63% | 0.74% | - |
| XYZ | 27.83 | 37.22 | 53.86 | - |
| YUV | 147.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 179 | 189 | 0.63 | 0.05 | 0 | 0.26 | 185.04 | 0.47 | 0.51 |
| Hex | 46 | B3 | BD | 3F | 5 | 0 | 1A | B9 | 2F | 33 |
| Octal | 106 | 263 | 275 | 77 | 5 | 0 | 32 | 271 | 57 | 63 |
| Binary | 1000110 | 10110011 | 10111101 | 111111 | 101 | 0 | 11010 | 10111001 | 101111 | 110011 |
Color Harmonies of #46B3BD
Complementary color
Monochromatic Colors of #46B3BD
Black with #46B3BD
Text Example
Text Example
White with #46B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B3BD; }
p { color: rgb(70,179,189); }
H1.HeaderClassName
{
color: #46B3BD;
}
.AnyTagClassName
{
color: #46B3BD;
}
</style>
background-color css
<style>
a { background-color: #46B3BD; }
a { background-color: rgb(70,179,189); }
div.DivClassName
{
background-color: #46B3BD;
}
.BgClassName
{
background-color: #46B3BD;
}
</style>
border-color css
<style>
span { border-color: #46B3BD; }
span { border-color: rgb(70,179,189); }
td.TdClassName
{
border-color: #46B3BD;
}
.TagClassName
{
border-color: #46B3BD;
}
</style>