Shades of Viking #46B5BC
Tints of Viking #46B5BC
RGB
CMYK
RGB Variations
Color information
#46B5BC (or 0x46B5BC) is known color: Viking. HEX triplet: 46, B5 and BC. RGB value is (70,181,188). Sum of RGB (Red+Green+Blue) = 70+181+188=439 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.95% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #46B5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B5BC is #B94A43. Grayscale: #949494. Windows color (decimal): -12143172 or 12367174. OLE color: 12367174.
HSL color Cylindrical-coordinate representation of color #46B5BC: hue angle of 183.56º 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 #46B5BC is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 181 | 188 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.26 |
| HSL | 183.56º | 0.47% | 0.51% | - |
| HSV(B) | 183.56º | 0.63% | 0.74% | - |
| XYZ | 28.13 | 37.98 | 53.43 | - |
| YUV | 148.61 | 150.23 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 181 | 188 | 0.63 | 0.04 | 0 | 0.26 | 183.56 | 0.47 | 0.51 |
| Hex | 46 | B5 | BC | 3F | 4 | 0 | 1A | B8 | 2F | 33 |
| Octal | 106 | 265 | 274 | 77 | 4 | 0 | 32 | 270 | 57 | 63 |
| Binary | 1000110 | 10110101 | 10111100 | 111111 | 100 | 0 | 11010 | 10111000 | 101111 | 110011 |
Color Harmonies of #46B5BC
Complementary color
Monochromatic Colors of #46B5BC
Black with #46B5BC
Text Example
Text Example
White with #46B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B5BC; }
p { color: rgb(70,181,188); }
H1.HeaderClassName
{
color: #46B5BC;
}
.AnyTagClassName
{
color: #46B5BC;
}
</style>
background-color css
<style>
a { background-color: #46B5BC; }
a { background-color: rgb(70,181,188); }
div.DivClassName
{
background-color: #46B5BC;
}
.BgClassName
{
background-color: #46B5BC;
}
</style>
border-color css
<style>
span { border-color: #46B5BC; }
span { border-color: rgb(70,181,188); }
td.TdClassName
{
border-color: #46B5BC;
}
.TagClassName
{
border-color: #46B5BC;
}
</style>