Shades of Blue Diamond #462173
Tints of Blue Diamond #462173
RGB
CMYK
RGB Variations
Color information
#462173 (or 0x462173) is known color: Blue Diamond. HEX triplet: 46, 21 and 73. RGB value is (70,33,115). Sum of RGB (Red+Green+Blue) = 70+33+115=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #462173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462173 is #B9DE8C. Grayscale: #353535. Windows color (decimal): -12181133 or 7545158. OLE color: 7545158.
HSL color Cylindrical-coordinate representation of color #462173: hue angle of 267.07º 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 #462173 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 33 | 115 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.55 |
| HSL | 267.07º | 0.55% | 0.29% | - |
| HSV(B) | 267.07º | 0.71% | 0.45% | - |
| XYZ | 6.16 | 3.63 | 16.59 | - |
| YUV | 53.41 | 162.76 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 115 | 0.39 | 0.71 | 0 | 0.55 | 267.07 | 0.55 | 0.29 |
| Hex | 46 | 21 | 73 | 27 | 47 | 0 | 37 | 10B | 37 | 1D |
| Octal | 106 | 41 | 163 | 47 | 107 | 0 | 67 | 413 | 67 | 35 |
| Binary | 1000110 | 100001 | 1110011 | 100111 | 1000111 | 0 | 110111 | 100001011 | 110111 | 11101 |
Color Harmonies of #462173
Complementary color
Monochromatic Colors of #462173
Black with #462173
Text Example
Text Example
White with #462173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462173; }
p { color: rgb(70,33,115); }
H1.HeaderClassName
{
color: #462173;
}
.AnyTagClassName
{
color: #462173;
}
</style>
background-color css
<style>
a { background-color: #462173; }
a { background-color: rgb(70,33,115); }
div.DivClassName
{
background-color: #462173;
}
.BgClassName
{
background-color: #462173;
}
</style>
border-color css
<style>
span { border-color: #462173; }
span { border-color: rgb(70,33,115); }
td.TdClassName
{
border-color: #462173;
}
.TagClassName
{
border-color: #462173;
}
</style>