Shades of Blue Diamond #4A3072
Tints of Blue Diamond #4A3072
RGB
CMYK
RGB Variations
Color information
#4A3072 (or 0x4A3072) is known color: Blue Diamond. HEX triplet: 4A, 30 and 72. RGB value is (74,48,114). Sum of RGB (Red+Green+Blue) = 74+48+114=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A3072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3072 is #B5CF8D. Grayscale: #3F3F3F. Windows color (decimal): -11915150 or 7483466. OLE color: 7483466.
HSL color Cylindrical-coordinate representation of color #4A3072: hue angle of 263.64º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A3072 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 48 | 114 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.55 |
| HSL | 263.64º | 0.41% | 0.32% | - |
| HSV(B) | 263.64º | 0.58% | 0.45% | - |
| XYZ | 6.92 | 4.78 | 16.48 | - |
| YUV | 63.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 114 | 0.35 | 0.58 | 0 | 0.55 | 263.64 | 0.41 | 0.32 |
| Hex | 4A | 30 | 72 | 23 | 3A | 0 | 37 | 108 | 29 | 20 |
| Octal | 112 | 60 | 162 | 43 | 72 | 0 | 67 | 410 | 51 | 40 |
| Binary | 1001010 | 110000 | 1110010 | 100011 | 111010 | 0 | 110111 | 100001000 | 101001 | 100000 |
Color Harmonies of #4A3072
Complementary color
Monochromatic Colors of #4A3072
Black with #4A3072
Text Example
Text Example
White with #4A3072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3072; }
p { color: rgb(74,48,114); }
H1.HeaderClassName
{
color: #4A3072;
}
.AnyTagClassName
{
color: #4A3072;
}
</style>
background-color css
<style>
a { background-color: #4A3072; }
a { background-color: rgb(74,48,114); }
div.DivClassName
{
background-color: #4A3072;
}
.BgClassName
{
background-color: #4A3072;
}
</style>
border-color css
<style>
span { border-color: #4A3072; }
span { border-color: rgb(74,48,114); }
td.TdClassName
{
border-color: #4A3072;
}
.TagClassName
{
border-color: #4A3072;
}
</style>