Shades of Blue Diamond #4A2575
Tints of Blue Diamond #4A2575
RGB
CMYK
RGB Variations
Color information
#4A2575 (or 0x4A2575) is known color: Blue Diamond. HEX triplet: 4A, 25 and 75. RGB value is (74,37,117). Sum of RGB (Red+Green+Blue) = 74+37+117=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A2575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2575 is #B5DA8A. Grayscale: #383838. Windows color (decimal): -11917963 or 7677258. OLE color: 7677258.
HSL color Cylindrical-coordinate representation of color #4A2575: hue angle of 267.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A2575 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 37 | 117 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.54 |
| HSL | 267.75º | 0.52% | 0.3% | - |
| HSV(B) | 267.75º | 0.68% | 0.46% | - |
| XYZ | 6.7 | 4.06 | 17.26 | - |
| YUV | 57.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 117 | 0.37 | 0.68 | 0 | 0.54 | 267.75 | 0.52 | 0.3 |
| Hex | 4A | 25 | 75 | 25 | 44 | 0 | 36 | 10C | 34 | 1E |
| Octal | 112 | 45 | 165 | 45 | 104 | 0 | 66 | 414 | 64 | 36 |
| Binary | 1001010 | 100101 | 1110101 | 100101 | 1000100 | 0 | 110110 | 100001100 | 110100 | 11110 |
Color Harmonies of #4A2575
Complementary color
Monochromatic Colors of #4A2575
Black with #4A2575
Text Example
Text Example
White with #4A2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2575; }
p { color: rgb(74,37,117); }
H1.HeaderClassName
{
color: #4A2575;
}
.AnyTagClassName
{
color: #4A2575;
}
</style>
background-color css
<style>
a { background-color: #4A2575; }
a { background-color: rgb(74,37,117); }
div.DivClassName
{
background-color: #4A2575;
}
.BgClassName
{
background-color: #4A2575;
}
</style>
border-color css
<style>
span { border-color: #4A2575; }
span { border-color: rgb(74,37,117); }
td.TdClassName
{
border-color: #4A2575;
}
.TagClassName
{
border-color: #4A2575;
}
</style>