Shades of Blue Diamond #462A71
Tints of Blue Diamond #462A71
RGB
CMYK
RGB Variations
Color information
#462A71 (or 0x462A71) is known color: Blue Diamond. HEX triplet: 46, 2A and 71. RGB value is (70,42,113). Sum of RGB (Red+Green+Blue) = 70+42+113=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #462A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A71 is #B9D58E. Grayscale: #3A3A3A. Windows color (decimal): -12178831 or 7416390. OLE color: 7416390.
HSL color Cylindrical-coordinate representation of color #462A71: hue angle of 263.66º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #462A71 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 42 | 113 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.56 |
| HSL | 263.66º | 0.46% | 0.3% | - |
| HSV(B) | 263.66º | 0.63% | 0.44% | - |
| XYZ | 6.33 | 4.15 | 16.09 | - |
| YUV | 58.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 113 | 0.38 | 0.63 | 0 | 0.56 | 263.66 | 0.46 | 0.3 |
| Hex | 46 | 2A | 71 | 26 | 3F | 0 | 38 | 108 | 2E | 1E |
| Octal | 106 | 52 | 161 | 46 | 77 | 0 | 70 | 410 | 56 | 36 |
| Binary | 1000110 | 101010 | 1110001 | 100110 | 111111 | 0 | 111000 | 100001000 | 101110 | 11110 |
Color Harmonies of #462A71
Complementary color
Monochromatic Colors of #462A71
Black with #462A71
Text Example
Text Example
White with #462A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A71; }
p { color: rgb(70,42,113); }
H1.HeaderClassName
{
color: #462A71;
}
.AnyTagClassName
{
color: #462A71;
}
</style>
background-color css
<style>
a { background-color: #462A71; }
a { background-color: rgb(70,42,113); }
div.DivClassName
{
background-color: #462A71;
}
.BgClassName
{
background-color: #462A71;
}
</style>
border-color css
<style>
span { border-color: #462A71; }
span { border-color: rgb(70,42,113); }
td.TdClassName
{
border-color: #462A71;
}
.TagClassName
{
border-color: #462A71;
}
</style>