Shades of Blue Diamond #4B3364
Tints of Blue Diamond #4B3364
RGB
CMYK
RGB Variations
Color information
#4B3364 (or 0x4B3364) is known color: Blue Diamond. HEX triplet: 4B, 33 and 64. RGB value is (75,51,100). Sum of RGB (Red+Green+Blue) = 75+51+100=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B3364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3364 is #B4CC9B. Grayscale: #3F3F3F. Windows color (decimal): -11848860 or 6566731. OLE color: 6566731.
HSL color Cylindrical-coordinate representation of color #4B3364: hue angle of 269.39º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B3364 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 51 | 100 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.61 |
| HSL | 269.39º | 0.32% | 0.3% | - |
| HSV(B) | 269.39º | 0.49% | 0.39% | - |
| XYZ | 6.39 | 4.78 | 12.64 | - |
| YUV | 63.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 100 | 0.25 | 0.49 | 0 | 0.61 | 269.39 | 0.32 | 0.3 |
| Hex | 4B | 33 | 64 | 19 | 31 | 0 | 3D | 10D | 20 | 1E |
| Octal | 113 | 63 | 144 | 31 | 61 | 0 | 75 | 415 | 40 | 36 |
| Binary | 1001011 | 110011 | 1100100 | 11001 | 110001 | 0 | 111101 | 100001101 | 100000 | 11110 |
Color Harmonies of #4B3364
Complementary color
Monochromatic Colors of #4B3364
Black with #4B3364
Text Example
Text Example
White with #4B3364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3364; }
p { color: rgb(75,51,100); }
H1.HeaderClassName
{
color: #4B3364;
}
.AnyTagClassName
{
color: #4B3364;
}
</style>
background-color css
<style>
a { background-color: #4B3364; }
a { background-color: rgb(75,51,100); }
div.DivClassName
{
background-color: #4B3364;
}
.BgClassName
{
background-color: #4B3364;
}
</style>
border-color css
<style>
span { border-color: #4B3364; }
span { border-color: rgb(75,51,100); }
td.TdClassName
{
border-color: #4B3364;
}
.TagClassName
{
border-color: #4B3364;
}
</style>