Shades of Blue Diamond #4C237B
Tints of Blue Diamond #4C237B
RGB
CMYK
RGB Variations
Color information
#4C237B (or 0x4C237B) is known color: Blue Diamond. HEX triplet: 4C, 23 and 7B. RGB value is (76,35,123). Sum of RGB (Red+Green+Blue) = 76+35+123=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C237B is #B3DC84. Grayscale: #383838. Windows color (decimal): -11787397 or 8069964. OLE color: 8069964.
HSL color Cylindrical-coordinate representation of color #4C237B: hue angle of 267.95º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C237B is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 35 | 123 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.52 |
| HSL | 267.95º | 0.56% | 0.31% | - |
| HSV(B) | 267.95º | 0.72% | 0.48% | - |
| XYZ | 7.16 | 4.17 | 19.17 | - |
| YUV | 57.29 | 165.08 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 123 | 0.38 | 0.72 | 0 | 0.52 | 267.95 | 0.56 | 0.31 |
| Hex | 4C | 23 | 7B | 26 | 48 | 0 | 34 | 10C | 38 | 1F |
| Octal | 114 | 43 | 173 | 46 | 110 | 0 | 64 | 414 | 70 | 37 |
| Binary | 1001100 | 100011 | 1111011 | 100110 | 1001000 | 0 | 110100 | 100001100 | 111000 | 11111 |
Color Harmonies of #4C237B
Complementary color
Monochromatic Colors of #4C237B
Black with #4C237B
Text Example
Text Example
White with #4C237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C237B; }
p { color: rgb(76,35,123); }
H1.HeaderClassName
{
color: #4C237B;
}
.AnyTagClassName
{
color: #4C237B;
}
</style>
background-color css
<style>
a { background-color: #4C237B; }
a { background-color: rgb(76,35,123); }
div.DivClassName
{
background-color: #4C237B;
}
.BgClassName
{
background-color: #4C237B;
}
</style>
border-color css
<style>
span { border-color: #4C237B; }
span { border-color: rgb(76,35,123); }
td.TdClassName
{
border-color: #4C237B;
}
.TagClassName
{
border-color: #4C237B;
}
</style>