Shades of Blue Diamond #4A207A
Tints of Blue Diamond #4A207A
RGB
CMYK
RGB Variations
Color information
#4A207A (or 0x4A207A) is known color: Blue Diamond. HEX triplet: 4A, 20 and 7A. RGB value is (74,32,122). Sum of RGB (Red+Green+Blue) = 74+32+122=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A207A is #B5DF85. Grayscale: #363636. Windows color (decimal): -11919238 or 8003658. OLE color: 8003658.
HSL color Cylindrical-coordinate representation of color #4A207A: hue angle of 268º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A207A is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 32 | 122 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.52 |
| HSL | 268º | 0.58% | 0.3% | - |
| HSV(B) | 268º | 0.74% | 0.48% | - |
| XYZ | 6.85 | 3.89 | 18.8 | - |
| YUV | 54.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 122 | 0.39 | 0.74 | 0 | 0.52 | 268 | 0.58 | 0.3 |
| Hex | 4A | 20 | 7A | 27 | 4A | 0 | 34 | 10C | 3A | 1E |
| Octal | 112 | 40 | 172 | 47 | 112 | 0 | 64 | 414 | 72 | 36 |
| Binary | 1001010 | 100000 | 1111010 | 100111 | 1001010 | 0 | 110100 | 100001100 | 111010 | 11110 |
Color Harmonies of #4A207A
Complementary color
Monochromatic Colors of #4A207A
Black with #4A207A
Text Example
Text Example
White with #4A207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A207A; }
p { color: rgb(74,32,122); }
H1.HeaderClassName
{
color: #4A207A;
}
.AnyTagClassName
{
color: #4A207A;
}
</style>
background-color css
<style>
a { background-color: #4A207A; }
a { background-color: rgb(74,32,122); }
div.DivClassName
{
background-color: #4A207A;
}
.BgClassName
{
background-color: #4A207A;
}
</style>
border-color css
<style>
span { border-color: #4A207A; }
span { border-color: rgb(74,32,122); }
td.TdClassName
{
border-color: #4A207A;
}
.TagClassName
{
border-color: #4A207A;
}
</style>