Shades of Blue Diamond #46286C
Tints of Blue Diamond #46286C
RGB
CMYK
RGB Variations
Color information
#46286C (or 0x46286C) is known color: Blue Diamond. HEX triplet: 46, 28 and 6C. RGB value is (70,40,108). Sum of RGB (Red+Green+Blue) = 70+40+108=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #46286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46286C is #B9D793. Grayscale: #383838. Windows color (decimal): -12179348 or 7088198. OLE color: 7088198.
HSL color Cylindrical-coordinate representation of color #46286C: hue angle of 266.47º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46286C is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 40 | 108 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.58 |
| HSL | 266.47º | 0.46% | 0.29% | - |
| HSV(B) | 266.47º | 0.63% | 0.42% | - |
| XYZ | 5.99 | 3.9 | 14.62 | - |
| YUV | 56.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 108 | 0.35 | 0.63 | 0 | 0.58 | 266.47 | 0.46 | 0.29 |
| Hex | 46 | 28 | 6C | 23 | 3F | 0 | 3A | 10A | 2E | 1D |
| Octal | 106 | 50 | 154 | 43 | 77 | 0 | 72 | 412 | 56 | 35 |
| Binary | 1000110 | 101000 | 1101100 | 100011 | 111111 | 0 | 111010 | 100001010 | 101110 | 11101 |
Color Harmonies of #46286C
Complementary color
Monochromatic Colors of #46286C
Black with #46286C
Text Example
Text Example
White with #46286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46286C; }
p { color: rgb(70,40,108); }
H1.HeaderClassName
{
color: #46286C;
}
.AnyTagClassName
{
color: #46286C;
}
</style>
background-color css
<style>
a { background-color: #46286C; }
a { background-color: rgb(70,40,108); }
div.DivClassName
{
background-color: #46286C;
}
.BgClassName
{
background-color: #46286C;
}
</style>
border-color css
<style>
span { border-color: #46286C; }
span { border-color: rgb(70,40,108); }
td.TdClassName
{
border-color: #46286C;
}
.TagClassName
{
border-color: #46286C;
}
</style>