Shades of Blue Diamond #4A3273
Tints of Blue Diamond #4A3273
RGB
CMYK
RGB Variations
Color information
#4A3273 (or 0x4A3273) is known color: Blue Diamond. HEX triplet: 4A, 32 and 73. RGB value is (74,50,115). Sum of RGB (Red+Green+Blue) = 74+50+115=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A3273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3273 is #B5CD8C. Grayscale: #404040. Windows color (decimal): -11914637 or 7549514. OLE color: 7549514.
HSL color Cylindrical-coordinate representation of color #4A3273: hue angle of 262.15º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A3273 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 50 | 115 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.55 |
| HSL | 262.15º | 0.39% | 0.32% | - |
| HSV(B) | 262.15º | 0.57% | 0.45% | - |
| XYZ | 7.06 | 4.97 | 16.81 | - |
| YUV | 64.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 115 | 0.36 | 0.57 | 0 | 0.55 | 262.15 | 0.39 | 0.32 |
| Hex | 4A | 32 | 73 | 24 | 39 | 0 | 37 | 106 | 27 | 20 |
| Octal | 112 | 62 | 163 | 44 | 71 | 0 | 67 | 406 | 47 | 40 |
| Binary | 1001010 | 110010 | 1110011 | 100100 | 111001 | 0 | 110111 | 100000110 | 100111 | 100000 |
Color Harmonies of #4A3273
Complementary color
Monochromatic Colors of #4A3273
Black with #4A3273
Text Example
Text Example
White with #4A3273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3273; }
p { color: rgb(74,50,115); }
H1.HeaderClassName
{
color: #4A3273;
}
.AnyTagClassName
{
color: #4A3273;
}
</style>
background-color css
<style>
a { background-color: #4A3273; }
a { background-color: rgb(74,50,115); }
div.DivClassName
{
background-color: #4A3273;
}
.BgClassName
{
background-color: #4A3273;
}
</style>
border-color css
<style>
span { border-color: #4A3273; }
span { border-color: rgb(74,50,115); }
td.TdClassName
{
border-color: #4A3273;
}
.TagClassName
{
border-color: #4A3273;
}
</style>