Shades of Blue Diamond #4C256D
Tints of Blue Diamond #4C256D
RGB
CMYK
RGB Variations
Color information
#4C256D (or 0x4C256D) is known color: Blue Diamond. HEX triplet: 4C, 25 and 6D. RGB value is (76,37,109). Sum of RGB (Red+Green+Blue) = 76+37+109=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C256D is #B3DA92. Grayscale: #383838. Windows color (decimal): -11786899 or 7152972. OLE color: 7152972.
HSL color Cylindrical-coordinate representation of color #4C256D: hue angle of 272.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C256D is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 37 | 109 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.57 |
| HSL | 272.5º | 0.49% | 0.29% | - |
| HSV(B) | 272.5º | 0.66% | 0.43% | - |
| XYZ | 6.4 | 3.96 | 14.9 | - |
| YUV | 56.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 109 | 0.30 | 0.66 | 0 | 0.57 | 272.5 | 0.49 | 0.29 |
| Hex | 4C | 25 | 6D | 1E | 42 | 0 | 39 | 110 | 31 | 1D |
| Octal | 114 | 45 | 155 | 36 | 102 | 0 | 71 | 420 | 61 | 35 |
| Binary | 1001100 | 100101 | 1101101 | 11110 | 1000010 | 0 | 111001 | 100010000 | 110001 | 11101 |
Color Harmonies of #4C256D
Complementary color
Monochromatic Colors of #4C256D
Black with #4C256D
Text Example
Text Example
White with #4C256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C256D; }
p { color: rgb(76,37,109); }
H1.HeaderClassName
{
color: #4C256D;
}
.AnyTagClassName
{
color: #4C256D;
}
</style>
background-color css
<style>
a { background-color: #4C256D; }
a { background-color: rgb(76,37,109); }
div.DivClassName
{
background-color: #4C256D;
}
.BgClassName
{
background-color: #4C256D;
}
</style>
border-color css
<style>
span { border-color: #4C256D; }
span { border-color: rgb(76,37,109); }
td.TdClassName
{
border-color: #4C256D;
}
.TagClassName
{
border-color: #4C256D;
}
</style>