Shades of Blue Diamond #4C257B
Tints of Blue Diamond #4C257B
RGB
CMYK
RGB Variations
Color information
#4C257B (or 0x4C257B) is known color: Blue Diamond. HEX triplet: 4C, 25 and 7B. RGB value is (76,37,123). Sum of RGB (Red+Green+Blue) = 76+37+123=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C257B is #B3DA84. Grayscale: #3A3A3A. Windows color (decimal): -11786885 or 8070476. OLE color: 8070476.
HSL color Cylindrical-coordinate representation of color #4C257B: hue angle of 267.21º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C257B is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 37 | 123 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.52 |
| HSL | 267.21º | 0.54% | 0.31% | - |
| HSV(B) | 267.21º | 0.7% | 0.48% | - |
| XYZ | 7.22 | 4.29 | 19.19 | - |
| YUV | 58.47 | 164.42 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 123 | 0.38 | 0.70 | 0 | 0.52 | 267.21 | 0.54 | 0.31 |
| Hex | 4C | 25 | 7B | 26 | 46 | 0 | 34 | 10B | 36 | 1F |
| Octal | 114 | 45 | 173 | 46 | 106 | 0 | 64 | 413 | 66 | 37 |
| Binary | 1001100 | 100101 | 1111011 | 100110 | 1000110 | 0 | 110100 | 100001011 | 110110 | 11111 |
Color Harmonies of #4C257B
Complementary color
Monochromatic Colors of #4C257B
Black with #4C257B
Text Example
Text Example
White with #4C257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C257B; }
p { color: rgb(76,37,123); }
H1.HeaderClassName
{
color: #4C257B;
}
.AnyTagClassName
{
color: #4C257B;
}
</style>
background-color css
<style>
a { background-color: #4C257B; }
a { background-color: rgb(76,37,123); }
div.DivClassName
{
background-color: #4C257B;
}
.BgClassName
{
background-color: #4C257B;
}
</style>
border-color css
<style>
span { border-color: #4C257B; }
span { border-color: rgb(76,37,123); }
td.TdClassName
{
border-color: #4C257B;
}
.TagClassName
{
border-color: #4C257B;
}
</style>