Shades of Blue Diamond #46286E
Tints of Blue Diamond #46286E
RGB
CMYK
RGB Variations
Color information
#46286E (or 0x46286E) is known color: Blue Diamond. HEX triplet: 46, 28 and 6E. RGB value is (70,40,110). Sum of RGB (Red+Green+Blue) = 70+40+110=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #46286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46286E is #B9D791. Grayscale: #383838. Windows color (decimal): -12179346 or 7219270. OLE color: 7219270.
HSL color Cylindrical-coordinate representation of color #46286E: hue angle of 265.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46286E is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 40 | 110 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.57 |
| HSL | 265.71º | 0.47% | 0.29% | - |
| HSV(B) | 265.71º | 0.64% | 0.43% | - |
| XYZ | 6.1 | 3.95 | 15.19 | - |
| YUV | 56.95 | 157.94 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 110 | 0.36 | 0.64 | 0 | 0.57 | 265.71 | 0.47 | 0.29 |
| Hex | 46 | 28 | 6E | 24 | 40 | 0 | 39 | 10A | 2F | 1D |
| Octal | 106 | 50 | 156 | 44 | 100 | 0 | 71 | 412 | 57 | 35 |
| Binary | 1000110 | 101000 | 1101110 | 100100 | 1000000 | 0 | 111001 | 100001010 | 101111 | 11101 |
Color Harmonies of #46286E
Complementary color
Monochromatic Colors of #46286E
Black with #46286E
Text Example
Text Example
White with #46286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46286E; }
p { color: rgb(70,40,110); }
H1.HeaderClassName
{
color: #46286E;
}
.AnyTagClassName
{
color: #46286E;
}
</style>
background-color css
<style>
a { background-color: #46286E; }
a { background-color: rgb(70,40,110); }
div.DivClassName
{
background-color: #46286E;
}
.BgClassName
{
background-color: #46286E;
}
</style>
border-color css
<style>
span { border-color: #46286E; }
span { border-color: rgb(70,40,110); }
td.TdClassName
{
border-color: #46286E;
}
.TagClassName
{
border-color: #46286E;
}
</style>