Shades of Viking #46B7B4
Tints of Viking #46B7B4
RGB
CMYK
RGB Variations
Color information
#46B7B4 (or 0x46B7B4) is known color: Viking. HEX triplet: 46, B7 and B4. RGB value is (70,183,180). Sum of RGB (Red+Green+Blue) = 70+183+180=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #46B7B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B7B4 is #B9484B. Grayscale: #949494. Windows color (decimal): -12142668 or 11843398. OLE color: 11843398.
HSL color Cylindrical-coordinate representation of color #46B7B4: hue angle of 178.41º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B7B4 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 183 | 180 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.28 |
| HSL | 178.41º | 0.45% | 0.5% | - |
| HSV(B) | 178.41º | 0.62% | 0.72% | - |
| XYZ | 27.7 | 38.46 | 49.14 | - |
| YUV | 148.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 183 | 180 | 0.62 | 0 | 0.02 | 0.28 | 178.41 | 0.45 | 0.5 |
| Hex | 46 | B7 | B4 | 3E | 0 | 2 | 1C | B2 | 2D | 32 |
| Octal | 106 | 267 | 264 | 76 | 0 | 2 | 34 | 262 | 55 | 62 |
| Binary | 1000110 | 10110111 | 10110100 | 111110 | 0 | 10 | 11100 | 10110010 | 101101 | 110010 |
Color Harmonies of #46B7B4
Complementary color
Monochromatic Colors of #46B7B4
Black with #46B7B4
Text Example
Text Example
White with #46B7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B7B4; }
p { color: rgb(70,183,180); }
H1.HeaderClassName
{
color: #46B7B4;
}
.AnyTagClassName
{
color: #46B7B4;
}
</style>
background-color css
<style>
a { background-color: #46B7B4; }
a { background-color: rgb(70,183,180); }
div.DivClassName
{
background-color: #46B7B4;
}
.BgClassName
{
background-color: #46B7B4;
}
</style>
border-color css
<style>
span { border-color: #46B7B4; }
span { border-color: rgb(70,183,180); }
td.TdClassName
{
border-color: #46B7B4;
}
.TagClassName
{
border-color: #46B7B4;
}
</style>