Shades of Blue Diamond #46286D
Tints of Blue Diamond #46286D
RGB
CMYK
RGB Variations
Color information
#46286D (or 0x46286D) is known color: Blue Diamond. HEX triplet: 46, 28 and 6D. RGB value is (70,40,109). Sum of RGB (Red+Green+Blue) = 70+40+109=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #46286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46286D is #B9D792. Grayscale: #383838. Windows color (decimal): -12179347 or 7153734. OLE color: 7153734.
HSL color Cylindrical-coordinate representation of color #46286D: hue angle of 266.09º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46286D is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 40 | 109 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.57 |
| HSL | 266.09º | 0.46% | 0.29% | - |
| HSV(B) | 266.09º | 0.63% | 0.43% | - |
| XYZ | 6.04 | 3.92 | 14.91 | - |
| YUV | 56.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 109 | 0.36 | 0.63 | 0 | 0.57 | 266.09 | 0.46 | 0.29 |
| Hex | 46 | 28 | 6D | 24 | 3F | 0 | 39 | 10A | 2E | 1D |
| Octal | 106 | 50 | 155 | 44 | 77 | 0 | 71 | 412 | 56 | 35 |
| Binary | 1000110 | 101000 | 1101101 | 100100 | 111111 | 0 | 111001 | 100001010 | 101110 | 11101 |
Color Harmonies of #46286D
Complementary color
Monochromatic Colors of #46286D
Black with #46286D
Text Example
Text Example
White with #46286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46286D; }
p { color: rgb(70,40,109); }
H1.HeaderClassName
{
color: #46286D;
}
.AnyTagClassName
{
color: #46286D;
}
</style>
background-color css
<style>
a { background-color: #46286D; }
a { background-color: rgb(70,40,109); }
div.DivClassName
{
background-color: #46286D;
}
.BgClassName
{
background-color: #46286D;
}
</style>
border-color css
<style>
span { border-color: #46286D; }
span { border-color: rgb(70,40,109); }
td.TdClassName
{
border-color: #46286D;
}
.TagClassName
{
border-color: #46286D;
}
</style>