Shades of Blue Diamond #4A2D71
Tints of Blue Diamond #4A2D71
RGB
CMYK
RGB Variations
Color information
#4A2D71 (or 0x4A2D71) is known color: Blue Diamond. HEX triplet: 4A, 2D and 71. RGB value is (74,45,113). Sum of RGB (Red+Green+Blue) = 74+45+113=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A2D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2D71 is #B5D28E. Grayscale: #3D3D3D. Windows color (decimal): -11915919 or 7417162. OLE color: 7417162.
HSL color Cylindrical-coordinate representation of color #4A2D71: hue angle of 265.59º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A2D71 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 45 | 113 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.56 |
| HSL | 265.59º | 0.43% | 0.31% | - |
| HSV(B) | 265.59º | 0.6% | 0.44% | - |
| XYZ | 6.74 | 4.52 | 16.14 | - |
| YUV | 61.42 | 157.11 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 113 | 0.35 | 0.60 | 0 | 0.56 | 265.59 | 0.43 | 0.31 |
| Hex | 4A | 2D | 71 | 23 | 3C | 0 | 38 | 10A | 2B | 1F |
| Octal | 112 | 55 | 161 | 43 | 74 | 0 | 70 | 412 | 53 | 37 |
| Binary | 1001010 | 101101 | 1110001 | 100011 | 111100 | 0 | 111000 | 100001010 | 101011 | 11111 |
Color Harmonies of #4A2D71
Complementary color
Monochromatic Colors of #4A2D71
Black with #4A2D71
Text Example
Text Example
White with #4A2D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2D71; }
p { color: rgb(74,45,113); }
H1.HeaderClassName
{
color: #4A2D71;
}
.AnyTagClassName
{
color: #4A2D71;
}
</style>
background-color css
<style>
a { background-color: #4A2D71; }
a { background-color: rgb(74,45,113); }
div.DivClassName
{
background-color: #4A2D71;
}
.BgClassName
{
background-color: #4A2D71;
}
</style>
border-color css
<style>
span { border-color: #4A2D71; }
span { border-color: rgb(74,45,113); }
td.TdClassName
{
border-color: #4A2D71;
}
.TagClassName
{
border-color: #4A2D71;
}
</style>