Shades of Blue Diamond #4B2E6C
Tints of Blue Diamond #4B2E6C
RGB
CMYK
RGB Variations
Color information
#4B2E6C (or 0x4B2E6C) is known color: Blue Diamond. HEX triplet: 4B, 2E and 6C. RGB value is (75,46,108). Sum of RGB (Red+Green+Blue) = 75+46+108=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B2E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2E6C is #B4D193. Grayscale: #3D3D3D. Windows color (decimal): -11850132 or 7089739. OLE color: 7089739.
HSL color Cylindrical-coordinate representation of color #4B2E6C: hue angle of 268.06º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2E6C is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 46 | 108 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.58 |
| HSL | 268.06º | 0.4% | 0.3% | - |
| HSV(B) | 268.06º | 0.57% | 0.42% | - |
| XYZ | 6.59 | 4.53 | 14.72 | - |
| YUV | 61.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 108 | 0.31 | 0.57 | 0 | 0.58 | 268.06 | 0.4 | 0.3 |
| Hex | 4B | 2E | 6C | 1F | 39 | 0 | 3A | 10C | 28 | 1E |
| Octal | 113 | 56 | 154 | 37 | 71 | 0 | 72 | 414 | 50 | 36 |
| Binary | 1001011 | 101110 | 1101100 | 11111 | 111001 | 0 | 111010 | 100001100 | 101000 | 11110 |
Color Harmonies of #4B2E6C
Complementary color
Monochromatic Colors of #4B2E6C
Black with #4B2E6C
Text Example
Text Example
White with #4B2E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E6C; }
p { color: rgb(75,46,108); }
H1.HeaderClassName
{
color: #4B2E6C;
}
.AnyTagClassName
{
color: #4B2E6C;
}
</style>
background-color css
<style>
a { background-color: #4B2E6C; }
a { background-color: rgb(75,46,108); }
div.DivClassName
{
background-color: #4B2E6C;
}
.BgClassName
{
background-color: #4B2E6C;
}
</style>
border-color css
<style>
span { border-color: #4B2E6C; }
span { border-color: rgb(75,46,108); }
td.TdClassName
{
border-color: #4B2E6C;
}
.TagClassName
{
border-color: #4B2E6C;
}
</style>