Shades of Blue Diamond #4B326B
Tints of Blue Diamond #4B326B
RGB
CMYK
RGB Variations
Color information
#4B326B (or 0x4B326B) is known color: Blue Diamond. HEX triplet: 4B, 32 and 6B. RGB value is (75,50,107). Sum of RGB (Red+Green+Blue) = 75+50+107=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B326B is #B4CD94. Grayscale: #3F3F3F. Windows color (decimal): -11849109 or 7025227. OLE color: 7025227.
HSL color Cylindrical-coordinate representation of color #4B326B: hue angle of 266.32º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B326B is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 50 | 107 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.58 |
| HSL | 266.32º | 0.36% | 0.31% | - |
| HSV(B) | 266.32º | 0.53% | 0.42% | - |
| XYZ | 6.7 | 4.84 | 14.49 | - |
| YUV | 63.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 107 | 0.30 | 0.53 | 0 | 0.58 | 266.32 | 0.36 | 0.31 |
| Hex | 4B | 32 | 6B | 1E | 35 | 0 | 3A | 10A | 24 | 1F |
| Octal | 113 | 62 | 153 | 36 | 65 | 0 | 72 | 412 | 44 | 37 |
| Binary | 1001011 | 110010 | 1101011 | 11110 | 110101 | 0 | 111010 | 100001010 | 100100 | 11111 |
Color Harmonies of #4B326B
Complementary color
Monochromatic Colors of #4B326B
Black with #4B326B
Text Example
Text Example
White with #4B326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B326B; }
p { color: rgb(75,50,107); }
H1.HeaderClassName
{
color: #4B326B;
}
.AnyTagClassName
{
color: #4B326B;
}
</style>
background-color css
<style>
a { background-color: #4B326B; }
a { background-color: rgb(75,50,107); }
div.DivClassName
{
background-color: #4B326B;
}
.BgClassName
{
background-color: #4B326B;
}
</style>
border-color css
<style>
span { border-color: #4B326B; }
span { border-color: rgb(75,50,107); }
td.TdClassName
{
border-color: #4B326B;
}
.TagClassName
{
border-color: #4B326B;
}
</style>