Shades of Blue Diamond #462A63
Tints of Blue Diamond #462A63
RGB
CMYK
RGB Variations
Color information
#462A63 (or 0x462A63) is known color: Blue Diamond. HEX triplet: 46, 2A and 63. RGB value is (70,42,99). Sum of RGB (Red+Green+Blue) = 70+42+99=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #462A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A63 is #B9D59C. Grayscale: #383838. Windows color (decimal): -12178845 or 6498886. OLE color: 6498886.
HSL color Cylindrical-coordinate representation of color #462A63: hue angle of 269.47º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #462A63 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 42 | 99 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.61 |
| HSL | 269.47º | 0.4% | 0.28% | - |
| HSV(B) | 269.47º | 0.58% | 0.39% | - |
| XYZ | 5.61 | 3.86 | 12.25 | - |
| YUV | 56.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 99 | 0.29 | 0.58 | 0 | 0.61 | 269.47 | 0.4 | 0.28 |
| Hex | 46 | 2A | 63 | 1D | 3A | 0 | 3D | 10D | 28 | 1C |
| Octal | 106 | 52 | 143 | 35 | 72 | 0 | 75 | 415 | 50 | 34 |
| Binary | 1000110 | 101010 | 1100011 | 11101 | 111010 | 0 | 111101 | 100001101 | 101000 | 11100 |
Color Harmonies of #462A63
Complementary color
Monochromatic Colors of #462A63
Black with #462A63
Text Example
Text Example
White with #462A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A63; }
p { color: rgb(70,42,99); }
H1.HeaderClassName
{
color: #462A63;
}
.AnyTagClassName
{
color: #462A63;
}
</style>
background-color css
<style>
a { background-color: #462A63; }
a { background-color: rgb(70,42,99); }
div.DivClassName
{
background-color: #462A63;
}
.BgClassName
{
background-color: #462A63;
}
</style>
border-color css
<style>
span { border-color: #462A63; }
span { border-color: rgb(70,42,99); }
td.TdClassName
{
border-color: #462A63;
}
.TagClassName
{
border-color: #462A63;
}
</style>