Shades of Blue Diamond #4B3264
Tints of Blue Diamond #4B3264
RGB
CMYK
RGB Variations
Color information
#4B3264 (or 0x4B3264) is known color: Blue Diamond. HEX triplet: 4B, 32 and 64. RGB value is (75,50,100). Sum of RGB (Red+Green+Blue) = 75+50+100=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B3264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3264 is #B4CD9B. Grayscale: #3F3F3F. Windows color (decimal): -11849116 or 6566475. OLE color: 6566475.
HSL color Cylindrical-coordinate representation of color #4B3264: hue angle of 270º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B3264 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 50 | 100 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.61 |
| HSL | 270º | 0.33% | 0.29% | - |
| HSV(B) | 270º | 0.5% | 0.39% | - |
| XYZ | 6.34 | 4.7 | 12.63 | - |
| YUV | 63.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 100 | 0.25 | 0.50 | 0 | 0.61 | 270 | 0.33 | 0.29 |
| Hex | 4B | 32 | 64 | 19 | 32 | 0 | 3D | 10E | 21 | 1D |
| Octal | 113 | 62 | 144 | 31 | 62 | 0 | 75 | 416 | 41 | 35 |
| Binary | 1001011 | 110010 | 1100100 | 11001 | 110010 | 0 | 111101 | 100001110 | 100001 | 11101 |
Color Harmonies of #4B3264
Complementary color
Monochromatic Colors of #4B3264
Black with #4B3264
Text Example
Text Example
White with #4B3264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3264; }
p { color: rgb(75,50,100); }
H1.HeaderClassName
{
color: #4B3264;
}
.AnyTagClassName
{
color: #4B3264;
}
</style>
background-color css
<style>
a { background-color: #4B3264; }
a { background-color: rgb(75,50,100); }
div.DivClassName
{
background-color: #4B3264;
}
.BgClassName
{
background-color: #4B3264;
}
</style>
border-color css
<style>
span { border-color: #4B3264; }
span { border-color: rgb(75,50,100); }
td.TdClassName
{
border-color: #4B3264;
}
.TagClassName
{
border-color: #4B3264;
}
</style>