Shades of Blue Diamond #4A2074
Tints of Blue Diamond #4A2074
RGB
CMYK
RGB Variations
Color information
#4A2074 (or 0x4A2074) is known color: Blue Diamond. HEX triplet: 4A, 20 and 74. RGB value is (74,32,116). Sum of RGB (Red+Green+Blue) = 74+32+116=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A2074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2074 is #B5DF8B. Grayscale: #353535. Windows color (decimal): -11919244 or 7610442. OLE color: 7610442.
HSL color Cylindrical-coordinate representation of color #4A2074: hue angle of 270º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A2074 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 32 | 116 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.55 |
| HSL | 270º | 0.57% | 0.29% | - |
| HSV(B) | 270º | 0.72% | 0.45% | - |
| XYZ | 6.49 | 3.75 | 16.9 | - |
| YUV | 54.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 116 | 0.36 | 0.72 | 0 | 0.55 | 270 | 0.57 | 0.29 |
| Hex | 4A | 20 | 74 | 24 | 48 | 0 | 37 | 10E | 39 | 1D |
| Octal | 112 | 40 | 164 | 44 | 110 | 0 | 67 | 416 | 71 | 35 |
| Binary | 1001010 | 100000 | 1110100 | 100100 | 1001000 | 0 | 110111 | 100001110 | 111001 | 11101 |
Color Harmonies of #4A2074
Complementary color
Monochromatic Colors of #4A2074
Black with #4A2074
Text Example
Text Example
White with #4A2074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2074; }
p { color: rgb(74,32,116); }
H1.HeaderClassName
{
color: #4A2074;
}
.AnyTagClassName
{
color: #4A2074;
}
</style>
background-color css
<style>
a { background-color: #4A2074; }
a { background-color: rgb(74,32,116); }
div.DivClassName
{
background-color: #4A2074;
}
.BgClassName
{
background-color: #4A2074;
}
</style>
border-color css
<style>
span { border-color: #4A2074; }
span { border-color: rgb(74,32,116); }
td.TdClassName
{
border-color: #4A2074;
}
.TagClassName
{
border-color: #4A2074;
}
</style>