Shades of Blue Diamond #4C1970
Tints of Blue Diamond #4C1970
RGB
CMYK
RGB Variations
Color information
#4C1970 (or 0x4C1970) is known color: Blue Diamond. HEX triplet: 4C, 19 and 70. RGB value is (76,25,112). Sum of RGB (Red+Green+Blue) = 76+25+112=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C1970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1970 is #B3E68F. Grayscale: #313131. Windows color (decimal): -11789968 or 7346508. OLE color: 7346508.
HSL color Cylindrical-coordinate representation of color #4C1970: hue angle of 275.17º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C1970 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 25 | 112 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.56 |
| HSL | 275.17º | 0.64% | 0.27% | - |
| HSV(B) | 275.17º | 0.78% | 0.44% | - |
| XYZ | 6.25 | 3.4 | 15.66 | - |
| YUV | 50.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 112 | 0.32 | 0.78 | 0 | 0.56 | 275.17 | 0.64 | 0.27 |
| Hex | 4C | 19 | 70 | 20 | 4E | 0 | 38 | 113 | 40 | 1B |
| Octal | 114 | 31 | 160 | 40 | 116 | 0 | 70 | 423 | 100 | 33 |
| Binary | 1001100 | 11001 | 1110000 | 100000 | 1001110 | 0 | 111000 | 100010011 | 1000000 | 11011 |
Color Harmonies of #4C1970
Complementary color
Monochromatic Colors of #4C1970
Black with #4C1970
Text Example
Text Example
White with #4C1970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1970; }
p { color: rgb(76,25,112); }
H1.HeaderClassName
{
color: #4C1970;
}
.AnyTagClassName
{
color: #4C1970;
}
</style>
background-color css
<style>
a { background-color: #4C1970; }
a { background-color: rgb(76,25,112); }
div.DivClassName
{
background-color: #4C1970;
}
.BgClassName
{
background-color: #4C1970;
}
</style>
border-color css
<style>
span { border-color: #4C1970; }
span { border-color: rgb(76,25,112); }
td.TdClassName
{
border-color: #4C1970;
}
.TagClassName
{
border-color: #4C1970;
}
</style>