Shades of Blue Diamond #4C287A
Tints of Blue Diamond #4C287A
RGB
CMYK
RGB Variations
Color information
#4C287A (or 0x4C287A) is known color: Blue Diamond. HEX triplet: 4C, 28 and 7A. RGB value is (76,40,122). Sum of RGB (Red+Green+Blue) = 76+40+122=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C287A is #B3D785. Grayscale: #3B3B3B. Windows color (decimal): -11786118 or 8005708. OLE color: 8005708.
HSL color Cylindrical-coordinate representation of color #4C287A: hue angle of 266.34º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C287A is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 40 | 122 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.52 |
| HSL | 266.34º | 0.51% | 0.32% | - |
| HSV(B) | 266.34º | 0.67% | 0.48% | - |
| XYZ | 7.25 | 4.46 | 18.89 | - |
| YUV | 60.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 122 | 0.38 | 0.67 | 0 | 0.52 | 266.34 | 0.51 | 0.32 |
| Hex | 4C | 28 | 7A | 26 | 43 | 0 | 34 | 10A | 33 | 20 |
| Octal | 114 | 50 | 172 | 46 | 103 | 0 | 64 | 412 | 63 | 40 |
| Binary | 1001100 | 101000 | 1111010 | 100110 | 1000011 | 0 | 110100 | 100001010 | 110011 | 100000 |
Color Harmonies of #4C287A
Complementary color
Monochromatic Colors of #4C287A
Black with #4C287A
Text Example
Text Example
White with #4C287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C287A; }
p { color: rgb(76,40,122); }
H1.HeaderClassName
{
color: #4C287A;
}
.AnyTagClassName
{
color: #4C287A;
}
</style>
background-color css
<style>
a { background-color: #4C287A; }
a { background-color: rgb(76,40,122); }
div.DivClassName
{
background-color: #4C287A;
}
.BgClassName
{
background-color: #4C287A;
}
</style>
border-color css
<style>
span { border-color: #4C287A; }
span { border-color: rgb(76,40,122); }
td.TdClassName
{
border-color: #4C287A;
}
.TagClassName
{
border-color: #4C287A;
}
</style>