Shades of Blue Diamond #46156D
Tints of Blue Diamond #46156D
RGB
CMYK
RGB Variations
Color information
#46156D (or 0x46156D) is known color: Blue Diamond. HEX triplet: 46, 15 and 6D. RGB value is (70,21,109). Sum of RGB (Red+Green+Blue) = 70+21+109=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #46156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46156D is #B9EA92. Grayscale: #2D2D2D. Windows color (decimal): -12184211 or 7148870. OLE color: 7148870.
HSL color Cylindrical-coordinate representation of color #46156D: hue angle of 273.41º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46156D is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 21 | 109 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.57 |
| HSL | 273.41º | 0.68% | 0.25% | - |
| HSV(B) | 273.41º | 0.81% | 0.43% | - |
| XYZ | 5.55 | 2.94 | 14.74 | - |
| YUV | 45.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 109 | 0.36 | 0.81 | 0 | 0.57 | 273.41 | 0.68 | 0.25 |
| Hex | 46 | 15 | 6D | 24 | 51 | 0 | 39 | 111 | 44 | 19 |
| Octal | 106 | 25 | 155 | 44 | 121 | 0 | 71 | 421 | 104 | 31 |
| Binary | 1000110 | 10101 | 1101101 | 100100 | 1010001 | 0 | 111001 | 100010001 | 1000100 | 11001 |
Color Harmonies of #46156D
Complementary color
Monochromatic Colors of #46156D
Black with #46156D
Text Example
Text Example
White with #46156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46156D; }
p { color: rgb(70,21,109); }
H1.HeaderClassName
{
color: #46156D;
}
.AnyTagClassName
{
color: #46156D;
}
</style>
background-color css
<style>
a { background-color: #46156D; }
a { background-color: rgb(70,21,109); }
div.DivClassName
{
background-color: #46156D;
}
.BgClassName
{
background-color: #46156D;
}
</style>
border-color css
<style>
span { border-color: #46156D; }
span { border-color: rgb(70,21,109); }
td.TdClassName
{
border-color: #46156D;
}
.TagClassName
{
border-color: #46156D;
}
</style>