Shades of Blue Diamond #4C286B
Tints of Blue Diamond #4C286B
RGB
CMYK
RGB Variations
Color information
#4C286B (or 0x4C286B) is known color: Blue Diamond. HEX triplet: 4C, 28 and 6B. RGB value is (76,40,107). Sum of RGB (Red+Green+Blue) = 76+40+107=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C286B is #B3D794. Grayscale: #3A3A3A. Windows color (decimal): -11786133 or 7022668. OLE color: 7022668.
HSL color Cylindrical-coordinate representation of color #4C286B: hue angle of 272.24º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C286B is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 40 | 107 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.58 |
| HSL | 272.24º | 0.46% | 0.29% | - |
| HSV(B) | 272.24º | 0.63% | 0.42% | - |
| XYZ | 6.39 | 4.12 | 14.37 | - |
| YUV | 58.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 107 | 0.29 | 0.63 | 0 | 0.58 | 272.24 | 0.46 | 0.29 |
| Hex | 4C | 28 | 6B | 1D | 3F | 0 | 3A | 110 | 2E | 1D |
| Octal | 114 | 50 | 153 | 35 | 77 | 0 | 72 | 420 | 56 | 35 |
| Binary | 1001100 | 101000 | 1101011 | 11101 | 111111 | 0 | 111010 | 100010000 | 101110 | 11101 |
Color Harmonies of #4C286B
Complementary color
Monochromatic Colors of #4C286B
Black with #4C286B
Text Example
Text Example
White with #4C286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C286B; }
p { color: rgb(76,40,107); }
H1.HeaderClassName
{
color: #4C286B;
}
.AnyTagClassName
{
color: #4C286B;
}
</style>
background-color css
<style>
a { background-color: #4C286B; }
a { background-color: rgb(76,40,107); }
div.DivClassName
{
background-color: #4C286B;
}
.BgClassName
{
background-color: #4C286B;
}
</style>
border-color css
<style>
span { border-color: #4C286B; }
span { border-color: rgb(76,40,107); }
td.TdClassName
{
border-color: #4C286B;
}
.TagClassName
{
border-color: #4C286B;
}
</style>