Shades of Blue Diamond #462172
Tints of Blue Diamond #462172
RGB
CMYK
RGB Variations
Color information
#462172 (or 0x462172) is known color: Blue Diamond. HEX triplet: 46, 21 and 72. RGB value is (70,33,114). Sum of RGB (Red+Green+Blue) = 70+33+114=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #462172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462172 is #B9DE8D. Grayscale: #353535. Windows color (decimal): -12181134 or 7479622. OLE color: 7479622.
HSL color Cylindrical-coordinate representation of color #462172: hue angle of 267.41º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462172 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 33 | 114 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.55 |
| HSL | 267.41º | 0.55% | 0.29% | - |
| HSV(B) | 267.41º | 0.71% | 0.45% | - |
| XYZ | 6.11 | 3.6 | 16.29 | - |
| YUV | 53.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 114 | 0.39 | 0.71 | 0 | 0.55 | 267.41 | 0.55 | 0.29 |
| Hex | 46 | 21 | 72 | 27 | 47 | 0 | 37 | 10B | 37 | 1D |
| Octal | 106 | 41 | 162 | 47 | 107 | 0 | 67 | 413 | 67 | 35 |
| Binary | 1000110 | 100001 | 1110010 | 100111 | 1000111 | 0 | 110111 | 100001011 | 110111 | 11101 |
Color Harmonies of #462172
Complementary color
Monochromatic Colors of #462172
Black with #462172
Text Example
Text Example
White with #462172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462172; }
p { color: rgb(70,33,114); }
H1.HeaderClassName
{
color: #462172;
}
.AnyTagClassName
{
color: #462172;
}
</style>
background-color css
<style>
a { background-color: #462172; }
a { background-color: rgb(70,33,114); }
div.DivClassName
{
background-color: #462172;
}
.BgClassName
{
background-color: #462172;
}
</style>
border-color css
<style>
span { border-color: #462172; }
span { border-color: rgb(70,33,114); }
td.TdClassName
{
border-color: #462172;
}
.TagClassName
{
border-color: #462172;
}
</style>