Shades of Blue Diamond #4B3368
Tints of Blue Diamond #4B3368
RGB
CMYK
RGB Variations
Color information
#4B3368 (or 0x4B3368) is known color: Blue Diamond. HEX triplet: 4B, 33 and 68. RGB value is (75,51,104). Sum of RGB (Red+Green+Blue) = 75+51+104=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B3368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3368 is #B4CC97. Grayscale: #404040. Windows color (decimal): -11848856 or 6828875. OLE color: 6828875.
HSL color Cylindrical-coordinate representation of color #4B3368: hue angle of 267.17º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B3368 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 51 | 104 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.59 |
| HSL | 267.17º | 0.34% | 0.3% | - |
| HSV(B) | 267.17º | 0.51% | 0.41% | - |
| XYZ | 6.58 | 4.86 | 13.69 | - |
| YUV | 64.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 104 | 0.28 | 0.51 | 0 | 0.59 | 267.17 | 0.34 | 0.3 |
| Hex | 4B | 33 | 68 | 1C | 33 | 0 | 3B | 10B | 22 | 1E |
| Octal | 113 | 63 | 150 | 34 | 63 | 0 | 73 | 413 | 42 | 36 |
| Binary | 1001011 | 110011 | 1101000 | 11100 | 110011 | 0 | 111011 | 100001011 | 100010 | 11110 |
Color Harmonies of #4B3368
Complementary color
Monochromatic Colors of #4B3368
Black with #4B3368
Text Example
Text Example
White with #4B3368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3368; }
p { color: rgb(75,51,104); }
H1.HeaderClassName
{
color: #4B3368;
}
.AnyTagClassName
{
color: #4B3368;
}
</style>
background-color css
<style>
a { background-color: #4B3368; }
a { background-color: rgb(75,51,104); }
div.DivClassName
{
background-color: #4B3368;
}
.BgClassName
{
background-color: #4B3368;
}
</style>
border-color css
<style>
span { border-color: #4B3368; }
span { border-color: rgb(75,51,104); }
td.TdClassName
{
border-color: #4B3368;
}
.TagClassName
{
border-color: #4B3368;
}
</style>