Shades of Blue Diamond #4A2470
Tints of Blue Diamond #4A2470
RGB
CMYK
RGB Variations
Color information
#4A2470 (or 0x4A2470) is known color: Blue Diamond. HEX triplet: 4A, 24 and 70. RGB value is (74,36,112). Sum of RGB (Red+Green+Blue) = 74+36+112=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2470 is #B5DB8F. Grayscale: #373737. Windows color (decimal): -11918224 or 7349322. OLE color: 7349322.
HSL color Cylindrical-coordinate representation of color #4A2470: hue angle of 270º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A2470 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 36 | 112 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.56 |
| HSL | 270º | 0.51% | 0.29% | - |
| HSV(B) | 270º | 0.68% | 0.44% | - |
| XYZ | 6.38 | 3.89 | 15.74 | - |
| YUV | 56.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 112 | 0.34 | 0.68 | 0 | 0.56 | 270 | 0.51 | 0.29 |
| Hex | 4A | 24 | 70 | 22 | 44 | 0 | 38 | 10E | 33 | 1D |
| Octal | 112 | 44 | 160 | 42 | 104 | 0 | 70 | 416 | 63 | 35 |
| Binary | 1001010 | 100100 | 1110000 | 100010 | 1000100 | 0 | 111000 | 100001110 | 110011 | 11101 |
Color Harmonies of #4A2470
Complementary color
Monochromatic Colors of #4A2470
Black with #4A2470
Text Example
Text Example
White with #4A2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2470; }
p { color: rgb(74,36,112); }
H1.HeaderClassName
{
color: #4A2470;
}
.AnyTagClassName
{
color: #4A2470;
}
</style>
background-color css
<style>
a { background-color: #4A2470; }
a { background-color: rgb(74,36,112); }
div.DivClassName
{
background-color: #4A2470;
}
.BgClassName
{
background-color: #4A2470;
}
</style>
border-color css
<style>
span { border-color: #4A2470; }
span { border-color: rgb(74,36,112); }
td.TdClassName
{
border-color: #4A2470;
}
.TagClassName
{
border-color: #4A2470;
}
</style>