Shades of Blue Diamond #4C1978
Tints of Blue Diamond #4C1978
RGB
CMYK
RGB Variations
Color information
#4C1978 (or 0x4C1978) is known color: Blue Diamond. HEX triplet: 4C, 19 and 78. RGB value is (76,25,120). Sum of RGB (Red+Green+Blue) = 76+25+120=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C1978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1978 is #B3E687. Grayscale: #323232. Windows color (decimal): -11789960 or 7870796. OLE color: 7870796.
HSL color Cylindrical-coordinate representation of color #4C1978: hue angle of 272.21º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C1978 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 25 | 120 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.53 |
| HSL | 272.21º | 0.66% | 0.28% | - |
| HSV(B) | 272.21º | 0.79% | 0.47% | - |
| XYZ | 6.72 | 3.59 | 18.11 | - |
| YUV | 51.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 120 | 0.37 | 0.79 | 0 | 0.53 | 272.21 | 0.66 | 0.28 |
| Hex | 4C | 19 | 78 | 25 | 4F | 0 | 35 | 110 | 42 | 1C |
| Octal | 114 | 31 | 170 | 45 | 117 | 0 | 65 | 420 | 102 | 34 |
| Binary | 1001100 | 11001 | 1111000 | 100101 | 1001111 | 0 | 110101 | 100010000 | 1000010 | 11100 |
Color Harmonies of #4C1978
Complementary color
Monochromatic Colors of #4C1978
Black with #4C1978
Text Example
Text Example
White with #4C1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1978; }
p { color: rgb(76,25,120); }
H1.HeaderClassName
{
color: #4C1978;
}
.AnyTagClassName
{
color: #4C1978;
}
</style>
background-color css
<style>
a { background-color: #4C1978; }
a { background-color: rgb(76,25,120); }
div.DivClassName
{
background-color: #4C1978;
}
.BgClassName
{
background-color: #4C1978;
}
</style>
border-color css
<style>
span { border-color: #4C1978; }
span { border-color: rgb(76,25,120); }
td.TdClassName
{
border-color: #4C1978;
}
.TagClassName
{
border-color: #4C1978;
}
</style>