Shades of Blue Diamond #462275
Tints of Blue Diamond #462275
RGB
CMYK
RGB Variations
Color information
#462275 (or 0x462275) is known color: Blue Diamond. HEX triplet: 46, 22 and 75. RGB value is (70,34,117). Sum of RGB (Red+Green+Blue) = 70+34+117=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #462275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462275 is #B9DD8A. Grayscale: #353535. Windows color (decimal): -12180875 or 7676486. OLE color: 7676486.
HSL color Cylindrical-coordinate representation of color #462275: hue angle of 266.02º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462275 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 34 | 117 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.54 |
| HSL | 266.02º | 0.55% | 0.3% | - |
| HSV(B) | 266.02º | 0.71% | 0.46% | - |
| XYZ | 6.31 | 3.73 | 17.22 | - |
| YUV | 54.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 117 | 0.40 | 0.71 | 0 | 0.54 | 266.02 | 0.55 | 0.3 |
| Hex | 46 | 22 | 75 | 28 | 47 | 0 | 36 | 10A | 37 | 1E |
| Octal | 106 | 42 | 165 | 50 | 107 | 0 | 66 | 412 | 67 | 36 |
| Binary | 1000110 | 100010 | 1110101 | 101000 | 1000111 | 0 | 110110 | 100001010 | 110111 | 11110 |
Color Harmonies of #462275
Complementary color
Monochromatic Colors of #462275
Black with #462275
Text Example
Text Example
White with #462275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462275; }
p { color: rgb(70,34,117); }
H1.HeaderClassName
{
color: #462275;
}
.AnyTagClassName
{
color: #462275;
}
</style>
background-color css
<style>
a { background-color: #462275; }
a { background-color: rgb(70,34,117); }
div.DivClassName
{
background-color: #462275;
}
.BgClassName
{
background-color: #462275;
}
</style>
border-color css
<style>
span { border-color: #462275; }
span { border-color: rgb(70,34,117); }
td.TdClassName
{
border-color: #462275;
}
.TagClassName
{
border-color: #462275;
}
</style>