Shades of Blue Diamond #4B2E64
Tints of Blue Diamond #4B2E64
RGB
CMYK
RGB Variations
Color information
#4B2E64 (or 0x4B2E64) is known color: Blue Diamond. HEX triplet: 4B, 2E and 64. RGB value is (75,46,100). Sum of RGB (Red+Green+Blue) = 75+46+100=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B2E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2E64 is #B4D19B. Grayscale: #3C3C3C. Windows color (decimal): -11850140 or 6565451. OLE color: 6565451.
HSL color Cylindrical-coordinate representation of color #4B2E64: hue angle of 272.22º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B2E64 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 46 | 100 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.61 |
| HSL | 272.22º | 0.37% | 0.29% | - |
| HSV(B) | 272.22º | 0.54% | 0.39% | - |
| XYZ | 6.18 | 4.37 | 12.57 | - |
| YUV | 60.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 100 | 0.25 | 0.54 | 0 | 0.61 | 272.22 | 0.37 | 0.29 |
| Hex | 4B | 2E | 64 | 19 | 36 | 0 | 3D | 110 | 25 | 1D |
| Octal | 113 | 56 | 144 | 31 | 66 | 0 | 75 | 420 | 45 | 35 |
| Binary | 1001011 | 101110 | 1100100 | 11001 | 110110 | 0 | 111101 | 100010000 | 100101 | 11101 |
Color Harmonies of #4B2E64
Complementary color
Monochromatic Colors of #4B2E64
Black with #4B2E64
Text Example
Text Example
White with #4B2E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E64; }
p { color: rgb(75,46,100); }
H1.HeaderClassName
{
color: #4B2E64;
}
.AnyTagClassName
{
color: #4B2E64;
}
</style>
background-color css
<style>
a { background-color: #4B2E64; }
a { background-color: rgb(75,46,100); }
div.DivClassName
{
background-color: #4B2E64;
}
.BgClassName
{
background-color: #4B2E64;
}
</style>
border-color css
<style>
span { border-color: #4B2E64; }
span { border-color: rgb(75,46,100); }
td.TdClassName
{
border-color: #4B2E64;
}
.TagClassName
{
border-color: #4B2E64;
}
</style>