Shades of Blue Diamond #46246D
Tints of Blue Diamond #46246D
RGB
CMYK
RGB Variations
Color information
#46246D (or 0x46246D) is known color: Blue Diamond. HEX triplet: 46, 24 and 6D. RGB value is (70,36,109). Sum of RGB (Red+Green+Blue) = 70+36+109=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #46246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46246D is #B9DB92. Grayscale: #363636. Windows color (decimal): -12180371 or 7152710. OLE color: 7152710.
HSL color Cylindrical-coordinate representation of color #46246D: hue angle of 267.95º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46246D is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 36 | 109 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.57 |
| HSL | 267.95º | 0.5% | 0.28% | - |
| HSV(B) | 267.95º | 0.67% | 0.43% | - |
| XYZ | 5.92 | 3.67 | 14.86 | - |
| YUV | 54.49 | 158.76 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 109 | 0.36 | 0.67 | 0 | 0.57 | 267.95 | 0.5 | 0.28 |
| Hex | 46 | 24 | 6D | 24 | 43 | 0 | 39 | 10C | 32 | 1C |
| Octal | 106 | 44 | 155 | 44 | 103 | 0 | 71 | 414 | 62 | 34 |
| Binary | 1000110 | 100100 | 1101101 | 100100 | 1000011 | 0 | 111001 | 100001100 | 110010 | 11100 |
Color Harmonies of #46246D
Complementary color
Monochromatic Colors of #46246D
Black with #46246D
Text Example
Text Example
White with #46246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46246D; }
p { color: rgb(70,36,109); }
H1.HeaderClassName
{
color: #46246D;
}
.AnyTagClassName
{
color: #46246D;
}
</style>
background-color css
<style>
a { background-color: #46246D; }
a { background-color: rgb(70,36,109); }
div.DivClassName
{
background-color: #46246D;
}
.BgClassName
{
background-color: #46246D;
}
</style>
border-color css
<style>
span { border-color: #46246D; }
span { border-color: rgb(70,36,109); }
td.TdClassName
{
border-color: #46246D;
}
.TagClassName
{
border-color: #46246D;
}
</style>