Shades of Blue Diamond #4A2C77
Tints of Blue Diamond #4A2C77
RGB
CMYK
RGB Variations
Color information
#4A2C77 (or 0x4A2C77) is known color: Blue Diamond. HEX triplet: 4A, 2C and 77. RGB value is (74,44,119). Sum of RGB (Red+Green+Blue) = 74+44+119=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A2C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2C77 is #B5D388. Grayscale: #3D3D3D. Windows color (decimal): -11916169 or 7810122. OLE color: 7810122.
HSL color Cylindrical-coordinate representation of color #4A2C77: hue angle of 264º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A2C77 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 44 | 119 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.53 |
| HSL | 264º | 0.46% | 0.32% | - |
| HSV(B) | 264º | 0.63% | 0.47% | - |
| XYZ | 7.05 | 4.59 | 17.97 | - |
| YUV | 61.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 44 | 119 | 0.38 | 0.63 | 0 | 0.53 | 264 | 0.46 | 0.32 |
| Hex | 4A | 2C | 77 | 26 | 3F | 0 | 35 | 108 | 2E | 20 |
| Octal | 112 | 54 | 167 | 46 | 77 | 0 | 65 | 410 | 56 | 40 |
| Binary | 1001010 | 101100 | 1110111 | 100110 | 111111 | 0 | 110101 | 100001000 | 101110 | 100000 |
Color Harmonies of #4A2C77
Complementary color
Monochromatic Colors of #4A2C77
Black with #4A2C77
Text Example
Text Example
White with #4A2C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2C77; }
p { color: rgb(74,44,119); }
H1.HeaderClassName
{
color: #4A2C77;
}
.AnyTagClassName
{
color: #4A2C77;
}
</style>
background-color css
<style>
a { background-color: #4A2C77; }
a { background-color: rgb(74,44,119); }
div.DivClassName
{
background-color: #4A2C77;
}
.BgClassName
{
background-color: #4A2C77;
}
</style>
border-color css
<style>
span { border-color: #4A2C77; }
span { border-color: rgb(74,44,119); }
td.TdClassName
{
border-color: #4A2C77;
}
.TagClassName
{
border-color: #4A2C77;
}
</style>