Shades of Blue Diamond #4B3366
Tints of Blue Diamond #4B3366
RGB
CMYK
RGB Variations
Color information
#4B3366 (or 0x4B3366) is known color: Blue Diamond. HEX triplet: 4B, 33 and 66. RGB value is (75,51,102). Sum of RGB (Red+Green+Blue) = 75+51+102=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B3366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3366 is #B4CC99. Grayscale: #3F3F3F. Windows color (decimal): -11848858 or 6697803. OLE color: 6697803.
HSL color Cylindrical-coordinate representation of color #4B3366: hue angle of 268.24º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B3366 is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 51 | 102 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.6 |
| HSL | 268.24º | 0.33% | 0.3% | - |
| HSV(B) | 268.24º | 0.5% | 0.4% | - |
| XYZ | 6.48 | 4.82 | 13.16 | - |
| YUV | 63.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 102 | 0.26 | 0.5 | 0 | 0.6 | 268.24 | 0.33 | 0.3 |
| Hex | 4B | 33 | 66 | 1A | 32 | 0 | 3C | 10C | 21 | 1E |
| Octal | 113 | 63 | 146 | 32 | 62 | 0 | 74 | 414 | 41 | 36 |
| Binary | 1001011 | 110011 | 1100110 | 11010 | 110010 | 0 | 111100 | 100001100 | 100001 | 11110 |
Color Harmonies of #4B3366
Complementary color
Monochromatic Colors of #4B3366
Black with #4B3366
Text Example
Text Example
White with #4B3366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3366; }
p { color: rgb(75,51,102); }
H1.HeaderClassName
{
color: #4B3366;
}
.AnyTagClassName
{
color: #4B3366;
}
</style>
background-color css
<style>
a { background-color: #4B3366; }
a { background-color: rgb(75,51,102); }
div.DivClassName
{
background-color: #4B3366;
}
.BgClassName
{
background-color: #4B3366;
}
</style>
border-color css
<style>
span { border-color: #4B3366; }
span { border-color: rgb(75,51,102); }
td.TdClassName
{
border-color: #4B3366;
}
.TagClassName
{
border-color: #4B3366;
}
</style>