Shades of Blue Diamond #462075
Tints of Blue Diamond #462075
RGB
CMYK
RGB Variations
Color information
#462075 (or 0x462075) is known color: Blue Diamond. HEX triplet: 46, 20 and 75. RGB value is (70,32,117). Sum of RGB (Red+Green+Blue) = 70+32+117=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #462075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462075 is #B9DF8A. Grayscale: #343434. Windows color (decimal): -12181387 or 7675974. OLE color: 7675974.
HSL color Cylindrical-coordinate representation of color #462075: hue angle of 266.82º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462075 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 32 | 117 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.54 |
| HSL | 266.82º | 0.57% | 0.29% | - |
| HSV(B) | 266.82º | 0.73% | 0.46% | - |
| XYZ | 6.25 | 3.62 | 17.2 | - |
| YUV | 53.05 | 164.09 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 117 | 0.40 | 0.73 | 0 | 0.54 | 266.82 | 0.57 | 0.29 |
| Hex | 46 | 20 | 75 | 28 | 49 | 0 | 36 | 10B | 39 | 1D |
| Octal | 106 | 40 | 165 | 50 | 111 | 0 | 66 | 413 | 71 | 35 |
| Binary | 1000110 | 100000 | 1110101 | 101000 | 1001001 | 0 | 110110 | 100001011 | 111001 | 11101 |
Color Harmonies of #462075
Complementary color
Monochromatic Colors of #462075
Black with #462075
Text Example
Text Example
White with #462075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462075; }
p { color: rgb(70,32,117); }
H1.HeaderClassName
{
color: #462075;
}
.AnyTagClassName
{
color: #462075;
}
</style>
background-color css
<style>
a { background-color: #462075; }
a { background-color: rgb(70,32,117); }
div.DivClassName
{
background-color: #462075;
}
.BgClassName
{
background-color: #462075;
}
</style>
border-color css
<style>
span { border-color: #462075; }
span { border-color: rgb(70,32,117); }
td.TdClassName
{
border-color: #462075;
}
.TagClassName
{
border-color: #462075;
}
</style>