Shades of Blue Diamond #4B187C
Tints of Blue Diamond #4B187C
RGB
CMYK
RGB Variations
Color information
#4B187C (or 0x4B187C) is known color: Blue Diamond. HEX triplet: 4B, 18 and 7C. RGB value is (75,24,124). Sum of RGB (Red+Green+Blue) = 75+24+124=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B187C is #B4E783. Grayscale: #323232. Windows color (decimal): -11855748 or 8132683. OLE color: 8132683.
HSL color Cylindrical-coordinate representation of color #4B187C: hue angle of 270.6º 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 #4B187C is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 24 | 124 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.51 |
| HSL | 270.6º | 0.68% | 0.29% | - |
| HSV(B) | 270.6º | 0.81% | 0.49% | - |
| XYZ | 6.87 | 3.6 | 19.4 | - |
| YUV | 50.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 124 | 0.40 | 0.81 | 0 | 0.51 | 270.6 | 0.68 | 0.29 |
| Hex | 4B | 18 | 7C | 28 | 51 | 0 | 33 | 10F | 44 | 1D |
| Octal | 113 | 30 | 174 | 50 | 121 | 0 | 63 | 417 | 104 | 35 |
| Binary | 1001011 | 11000 | 1111100 | 101000 | 1010001 | 0 | 110011 | 100001111 | 1000100 | 11101 |
Color Harmonies of #4B187C
Complementary color
Monochromatic Colors of #4B187C
Black with #4B187C
Text Example
Text Example
White with #4B187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B187C; }
p { color: rgb(75,24,124); }
H1.HeaderClassName
{
color: #4B187C;
}
.AnyTagClassName
{
color: #4B187C;
}
</style>
background-color css
<style>
a { background-color: #4B187C; }
a { background-color: rgb(75,24,124); }
div.DivClassName
{
background-color: #4B187C;
}
.BgClassName
{
background-color: #4B187C;
}
</style>
border-color css
<style>
span { border-color: #4B187C; }
span { border-color: rgb(75,24,124); }
td.TdClassName
{
border-color: #4B187C;
}
.TagClassName
{
border-color: #4B187C;
}
</style>