Shades of Blue Diamond #462273
Tints of Blue Diamond #462273
RGB
CMYK
RGB Variations
Color information
#462273 (or 0x462273) is known color: Blue Diamond. HEX triplet: 46, 22 and 73. RGB value is (70,34,115). Sum of RGB (Red+Green+Blue) = 70+34+115=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #462273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462273 is #B9DD8C. Grayscale: #353535. Windows color (decimal): -12180877 or 7545414. OLE color: 7545414.
HSL color Cylindrical-coordinate representation of color #462273: hue angle of 266.67º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462273 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 34 | 115 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.55 |
| HSL | 266.67º | 0.54% | 0.29% | - |
| HSV(B) | 266.67º | 0.7% | 0.45% | - |
| XYZ | 6.19 | 3.68 | 16.6 | - |
| YUV | 54 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 115 | 0.39 | 0.70 | 0 | 0.55 | 266.67 | 0.54 | 0.29 |
| Hex | 46 | 22 | 73 | 27 | 46 | 0 | 37 | 10B | 36 | 1D |
| Octal | 106 | 42 | 163 | 47 | 106 | 0 | 67 | 413 | 66 | 35 |
| Binary | 1000110 | 100010 | 1110011 | 100111 | 1000110 | 0 | 110111 | 100001011 | 110110 | 11101 |
Color Harmonies of #462273
Complementary color
Monochromatic Colors of #462273
Black with #462273
Text Example
Text Example
White with #462273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462273; }
p { color: rgb(70,34,115); }
H1.HeaderClassName
{
color: #462273;
}
.AnyTagClassName
{
color: #462273;
}
</style>
background-color css
<style>
a { background-color: #462273; }
a { background-color: rgb(70,34,115); }
div.DivClassName
{
background-color: #462273;
}
.BgClassName
{
background-color: #462273;
}
</style>
border-color css
<style>
span { border-color: #462273; }
span { border-color: rgb(70,34,115); }
td.TdClassName
{
border-color: #462273;
}
.TagClassName
{
border-color: #462273;
}
</style>