Shades of Blue Diamond #46146D
Tints of Blue Diamond #46146D
RGB
CMYK
RGB Variations
Color information
#46146D (or 0x46146D) is known color: Blue Diamond. HEX triplet: 46, 14 and 6D. RGB value is (70,20,109). Sum of RGB (Red+Green+Blue) = 70+20+109=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #46146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46146D is #B9EB92. Grayscale: #2C2C2C. Windows color (decimal): -12184467 or 7148614. OLE color: 7148614.
HSL color Cylindrical-coordinate representation of color #46146D: hue angle of 273.71º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46146D is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 20 | 109 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.57 |
| HSL | 273.71º | 0.69% | 0.25% | - |
| HSV(B) | 273.71º | 0.82% | 0.43% | - |
| XYZ | 5.54 | 2.91 | 14.74 | - |
| YUV | 45.1 | 164.07 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 109 | 0.36 | 0.82 | 0 | 0.57 | 273.71 | 0.69 | 0.25 |
| Hex | 46 | 14 | 6D | 24 | 52 | 0 | 39 | 112 | 45 | 19 |
| Octal | 106 | 24 | 155 | 44 | 122 | 0 | 71 | 422 | 105 | 31 |
| Binary | 1000110 | 10100 | 1101101 | 100100 | 1010010 | 0 | 111001 | 100010010 | 1000101 | 11001 |
Color Harmonies of #46146D
Complementary color
Monochromatic Colors of #46146D
Black with #46146D
Text Example
Text Example
White with #46146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46146D; }
p { color: rgb(70,20,109); }
H1.HeaderClassName
{
color: #46146D;
}
.AnyTagClassName
{
color: #46146D;
}
</style>
background-color css
<style>
a { background-color: #46146D; }
a { background-color: rgb(70,20,109); }
div.DivClassName
{
background-color: #46146D;
}
.BgClassName
{
background-color: #46146D;
}
</style>
border-color css
<style>
span { border-color: #46146D; }
span { border-color: rgb(70,20,109); }
td.TdClassName
{
border-color: #46146D;
}
.TagClassName
{
border-color: #46146D;
}
</style>