Shades of Blue Diamond #46166D
Tints of Blue Diamond #46166D
RGB
CMYK
RGB Variations
Color information
#46166D (or 0x46166D) is known color: Blue Diamond. HEX triplet: 46, 16 and 6D. RGB value is (70,22,109). Sum of RGB (Red+Green+Blue) = 70+22+109=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #46166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46166D is #B9E992. Grayscale: #2D2D2D. Windows color (decimal): -12183955 or 7149126. OLE color: 7149126.
HSL color Cylindrical-coordinate representation of color #46166D: hue angle of 273.1º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46166D is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 22 | 109 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.57 |
| HSL | 273.1º | 0.66% | 0.26% | - |
| HSV(B) | 273.1º | 0.8% | 0.43% | - |
| XYZ | 5.57 | 2.98 | 14.75 | - |
| YUV | 46.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 109 | 0.36 | 0.80 | 0 | 0.57 | 273.1 | 0.66 | 0.26 |
| Hex | 46 | 16 | 6D | 24 | 50 | 0 | 39 | 111 | 42 | 1A |
| Octal | 106 | 26 | 155 | 44 | 120 | 0 | 71 | 421 | 102 | 32 |
| Binary | 1000110 | 10110 | 1101101 | 100100 | 1010000 | 0 | 111001 | 100010001 | 1000010 | 11010 |
Color Harmonies of #46166D
Complementary color
Monochromatic Colors of #46166D
Black with #46166D
Text Example
Text Example
White with #46166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46166D; }
p { color: rgb(70,22,109); }
H1.HeaderClassName
{
color: #46166D;
}
.AnyTagClassName
{
color: #46166D;
}
</style>
background-color css
<style>
a { background-color: #46166D; }
a { background-color: rgb(70,22,109); }
div.DivClassName
{
background-color: #46166D;
}
.BgClassName
{
background-color: #46166D;
}
</style>
border-color css
<style>
span { border-color: #46166D; }
span { border-color: rgb(70,22,109); }
td.TdClassName
{
border-color: #46166D;
}
.TagClassName
{
border-color: #46166D;
}
</style>