Shades of Blue Diamond #4B3268
Tints of Blue Diamond #4B3268
RGB
CMYK
RGB Variations
Color information
#4B3268 (or 0x4B3268) is known color: Blue Diamond. HEX triplet: 4B, 32 and 68. RGB value is (75,50,104). Sum of RGB (Red+Green+Blue) = 75+50+104=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B3268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3268 is #B4CD97. Grayscale: #3F3F3F. Windows color (decimal): -11849112 or 6828619. OLE color: 6828619.
HSL color Cylindrical-coordinate representation of color #4B3268: hue angle of 267.78º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B3268 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 50 | 104 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.59 |
| HSL | 267.78º | 0.35% | 0.3% | - |
| HSV(B) | 267.78º | 0.52% | 0.41% | - |
| XYZ | 6.54 | 4.78 | 13.67 | - |
| YUV | 63.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 104 | 0.28 | 0.52 | 0 | 0.59 | 267.78 | 0.35 | 0.3 |
| Hex | 4B | 32 | 68 | 1C | 34 | 0 | 3B | 10C | 23 | 1E |
| Octal | 113 | 62 | 150 | 34 | 64 | 0 | 73 | 414 | 43 | 36 |
| Binary | 1001011 | 110010 | 1101000 | 11100 | 110100 | 0 | 111011 | 100001100 | 100011 | 11110 |
Color Harmonies of #4B3268
Complementary color
Monochromatic Colors of #4B3268
Black with #4B3268
Text Example
Text Example
White with #4B3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3268; }
p { color: rgb(75,50,104); }
H1.HeaderClassName
{
color: #4B3268;
}
.AnyTagClassName
{
color: #4B3268;
}
</style>
background-color css
<style>
a { background-color: #4B3268; }
a { background-color: rgb(75,50,104); }
div.DivClassName
{
background-color: #4B3268;
}
.BgClassName
{
background-color: #4B3268;
}
</style>
border-color css
<style>
span { border-color: #4B3268; }
span { border-color: rgb(75,50,104); }
td.TdClassName
{
border-color: #4B3268;
}
.TagClassName
{
border-color: #4B3268;
}
</style>