Shades of Blue Diamond #4C1F70
Tints of Blue Diamond #4C1F70
RGB
CMYK
RGB Variations
Color information
#4C1F70 (or 0x4C1F70) is known color: Blue Diamond. HEX triplet: 4C, 1F and 70. RGB value is (76,31,112). Sum of RGB (Red+Green+Blue) = 76+31+112=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C1F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1F70 is #B3E08F. Grayscale: #353535. Windows color (decimal): -11788432 or 7348044. OLE color: 7348044.
HSL color Cylindrical-coordinate representation of color #4C1F70: hue angle of 273.33º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C1F70 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 31 | 112 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.56 |
| HSL | 273.33º | 0.57% | 0.28% | - |
| HSV(B) | 273.33º | 0.72% | 0.44% | - |
| XYZ | 6.4 | 3.69 | 15.7 | - |
| YUV | 53.69 | 160.91 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 31 | 112 | 0.32 | 0.72 | 0 | 0.56 | 273.33 | 0.57 | 0.28 |
| Hex | 4C | 1F | 70 | 20 | 48 | 0 | 38 | 111 | 39 | 1C |
| Octal | 114 | 37 | 160 | 40 | 110 | 0 | 70 | 421 | 71 | 34 |
| Binary | 1001100 | 11111 | 1110000 | 100000 | 1001000 | 0 | 111000 | 100010001 | 111001 | 11100 |
Color Harmonies of #4C1F70
Complementary color
Monochromatic Colors of #4C1F70
Black with #4C1F70
Text Example
Text Example
White with #4C1F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1F70; }
p { color: rgb(76,31,112); }
H1.HeaderClassName
{
color: #4C1F70;
}
.AnyTagClassName
{
color: #4C1F70;
}
</style>
background-color css
<style>
a { background-color: #4C1F70; }
a { background-color: rgb(76,31,112); }
div.DivClassName
{
background-color: #4C1F70;
}
.BgClassName
{
background-color: #4C1F70;
}
</style>
border-color css
<style>
span { border-color: #4C1F70; }
span { border-color: rgb(76,31,112); }
td.TdClassName
{
border-color: #4C1F70;
}
.TagClassName
{
border-color: #4C1F70;
}
</style>