Shades of Blue Diamond #4B246C
Tints of Blue Diamond #4B246C
RGB
CMYK
RGB Variations
Color information
#4B246C (or 0x4B246C) is known color: Blue Diamond. HEX triplet: 4B, 24 and 6C. RGB value is (75,36,108). Sum of RGB (Red+Green+Blue) = 75+36+108=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B246C is #B4DB93. Grayscale: #373737. Windows color (decimal): -11852692 or 7087179. OLE color: 7087179.
HSL color Cylindrical-coordinate representation of color #4B246C: hue angle of 272.5º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B246C is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 36 | 108 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.58 |
| HSL | 272.5º | 0.5% | 0.28% | - |
| HSV(B) | 272.5º | 0.67% | 0.42% | - |
| XYZ | 6.24 | 3.84 | 14.6 | - |
| YUV | 55.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 108 | 0.31 | 0.67 | 0 | 0.58 | 272.5 | 0.5 | 0.28 |
| Hex | 4B | 24 | 6C | 1F | 43 | 0 | 3A | 110 | 32 | 1C |
| Octal | 113 | 44 | 154 | 37 | 103 | 0 | 72 | 420 | 62 | 34 |
| Binary | 1001011 | 100100 | 1101100 | 11111 | 1000011 | 0 | 111010 | 100010000 | 110010 | 11100 |
Color Harmonies of #4B246C
Complementary color
Monochromatic Colors of #4B246C
Black with #4B246C
Text Example
Text Example
White with #4B246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B246C; }
p { color: rgb(75,36,108); }
H1.HeaderClassName
{
color: #4B246C;
}
.AnyTagClassName
{
color: #4B246C;
}
</style>
background-color css
<style>
a { background-color: #4B246C; }
a { background-color: rgb(75,36,108); }
div.DivClassName
{
background-color: #4B246C;
}
.BgClassName
{
background-color: #4B246C;
}
</style>
border-color css
<style>
span { border-color: #4B246C; }
span { border-color: rgb(75,36,108); }
td.TdClassName
{
border-color: #4B246C;
}
.TagClassName
{
border-color: #4B246C;
}
</style>