Shades of Blue Diamond #4C237D
Tints of Blue Diamond #4C237D
RGB
CMYK
RGB Variations
Color information
#4C237D (or 0x4C237D) is known color: Blue Diamond. HEX triplet: 4C, 23 and 7D. RGB value is (76,35,125). Sum of RGB (Red+Green+Blue) = 76+35+125=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C237D is #B3DC82. Grayscale: #393939. Windows color (decimal): -11787395 or 8201036. OLE color: 8201036.
HSL color Cylindrical-coordinate representation of color #4C237D: hue angle of 267.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C237D is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 35 | 125 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.51 |
| HSL | 267.33º | 0.56% | 0.31% | - |
| HSV(B) | 267.33º | 0.72% | 0.49% | - |
| XYZ | 7.28 | 4.22 | 19.83 | - |
| YUV | 57.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 125 | 0.39 | 0.72 | 0 | 0.51 | 267.33 | 0.56 | 0.31 |
| Hex | 4C | 23 | 7D | 27 | 48 | 0 | 33 | 10B | 38 | 1F |
| Octal | 114 | 43 | 175 | 47 | 110 | 0 | 63 | 413 | 70 | 37 |
| Binary | 1001100 | 100011 | 1111101 | 100111 | 1001000 | 0 | 110011 | 100001011 | 111000 | 11111 |
Color Harmonies of #4C237D
Complementary color
Monochromatic Colors of #4C237D
Black with #4C237D
Text Example
Text Example
White with #4C237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C237D; }
p { color: rgb(76,35,125); }
H1.HeaderClassName
{
color: #4C237D;
}
.AnyTagClassName
{
color: #4C237D;
}
</style>
background-color css
<style>
a { background-color: #4C237D; }
a { background-color: rgb(76,35,125); }
div.DivClassName
{
background-color: #4C237D;
}
.BgClassName
{
background-color: #4C237D;
}
</style>
border-color css
<style>
span { border-color: #4C237D; }
span { border-color: rgb(76,35,125); }
td.TdClassName
{
border-color: #4C237D;
}
.TagClassName
{
border-color: #4C237D;
}
</style>