Shades of Blue Diamond #4A197E
Tints of Blue Diamond #4A197E
RGB
CMYK
RGB Variations
Color information
#4A197E (or 0x4A197E) is known color: Blue Diamond. HEX triplet: 4A, 19 and 7E. RGB value is (74,25,126). Sum of RGB (Red+Green+Blue) = 74+25+126=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A197E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A197E is #B5E681. Grayscale: #323232. Windows color (decimal): -11921026 or 8264010. OLE color: 8264010.
HSL color Cylindrical-coordinate representation of color #4A197E: hue angle of 269.11º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A197E is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 25 | 126 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.51 |
| HSL | 269.11º | 0.67% | 0.3% | - |
| HSV(B) | 269.11º | 0.8% | 0.49% | - |
| XYZ | 6.94 | 3.66 | 20.08 | - |
| YUV | 51.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 126 | 0.41 | 0.80 | 0 | 0.51 | 269.11 | 0.67 | 0.3 |
| Hex | 4A | 19 | 7E | 29 | 50 | 0 | 33 | 10D | 43 | 1E |
| Octal | 112 | 31 | 176 | 51 | 120 | 0 | 63 | 415 | 103 | 36 |
| Binary | 1001010 | 11001 | 1111110 | 101001 | 1010000 | 0 | 110011 | 100001101 | 1000011 | 11110 |
Color Harmonies of #4A197E
Complementary color
Monochromatic Colors of #4A197E
Black with #4A197E
Text Example
Text Example
White with #4A197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A197E; }
p { color: rgb(74,25,126); }
H1.HeaderClassName
{
color: #4A197E;
}
.AnyTagClassName
{
color: #4A197E;
}
</style>
background-color css
<style>
a { background-color: #4A197E; }
a { background-color: rgb(74,25,126); }
div.DivClassName
{
background-color: #4A197E;
}
.BgClassName
{
background-color: #4A197E;
}
</style>
border-color css
<style>
span { border-color: #4A197E; }
span { border-color: rgb(74,25,126); }
td.TdClassName
{
border-color: #4A197E;
}
.TagClassName
{
border-color: #4A197E;
}
</style>