Shades of Blue Diamond #4A187E
Tints of Blue Diamond #4A187E
RGB
CMYK
RGB Variations
Color information
#4A187E (or 0x4A187E) is known color: Blue Diamond. HEX triplet: 4A, 18 and 7E. RGB value is (74,24,126). Sum of RGB (Red+Green+Blue) = 74+24+126=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A187E is #B5E781. Grayscale: #323232. Windows color (decimal): -11921282 or 8263754. OLE color: 8263754.
HSL color Cylindrical-coordinate representation of color #4A187E: hue angle of 269.41º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A187E is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 24 | 126 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.51 |
| HSL | 269.41º | 0.68% | 0.29% | - |
| HSV(B) | 269.41º | 0.81% | 0.49% | - |
| XYZ | 6.92 | 3.62 | 20.07 | - |
| YUV | 50.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 126 | 0.41 | 0.81 | 0 | 0.51 | 269.41 | 0.68 | 0.29 |
| Hex | 4A | 18 | 7E | 29 | 51 | 0 | 33 | 10D | 44 | 1D |
| Octal | 112 | 30 | 176 | 51 | 121 | 0 | 63 | 415 | 104 | 35 |
| Binary | 1001010 | 11000 | 1111110 | 101001 | 1010001 | 0 | 110011 | 100001101 | 1000100 | 11101 |
Color Harmonies of #4A187E
Complementary color
Monochromatic Colors of #4A187E
Black with #4A187E
Text Example
Text Example
White with #4A187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A187E; }
p { color: rgb(74,24,126); }
H1.HeaderClassName
{
color: #4A187E;
}
.AnyTagClassName
{
color: #4A187E;
}
</style>
background-color css
<style>
a { background-color: #4A187E; }
a { background-color: rgb(74,24,126); }
div.DivClassName
{
background-color: #4A187E;
}
.BgClassName
{
background-color: #4A187E;
}
</style>
border-color css
<style>
span { border-color: #4A187E; }
span { border-color: rgb(74,24,126); }
td.TdClassName
{
border-color: #4A187E;
}
.TagClassName
{
border-color: #4A187E;
}
</style>