Shades of Blue Diamond #4B2D6B
Tints of Blue Diamond #4B2D6B
RGB
CMYK
RGB Variations
Color information
#4B2D6B (or 0x4B2D6B) is known color: Blue Diamond. HEX triplet: 4B, 2D and 6B. RGB value is (75,45,107). Sum of RGB (Red+Green+Blue) = 75+45+107=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B2D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2D6B is #B4D294. Grayscale: #3C3C3C. Windows color (decimal): -11850389 or 7023947. OLE color: 7023947.
HSL color Cylindrical-coordinate representation of color #4B2D6B: hue angle of 269.03º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B2D6B is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 45 | 107 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.58 |
| HSL | 269.03º | 0.41% | 0.3% | - |
| HSV(B) | 269.03º | 0.58% | 0.42% | - |
| XYZ | 6.49 | 4.43 | 14.42 | - |
| YUV | 61.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 107 | 0.30 | 0.58 | 0 | 0.58 | 269.03 | 0.41 | 0.3 |
| Hex | 4B | 2D | 6B | 1E | 3A | 0 | 3A | 10D | 29 | 1E |
| Octal | 113 | 55 | 153 | 36 | 72 | 0 | 72 | 415 | 51 | 36 |
| Binary | 1001011 | 101101 | 1101011 | 11110 | 111010 | 0 | 111010 | 100001101 | 101001 | 11110 |
Color Harmonies of #4B2D6B
Complementary color
Monochromatic Colors of #4B2D6B
Black with #4B2D6B
Text Example
Text Example
White with #4B2D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2D6B; }
p { color: rgb(75,45,107); }
H1.HeaderClassName
{
color: #4B2D6B;
}
.AnyTagClassName
{
color: #4B2D6B;
}
</style>
background-color css
<style>
a { background-color: #4B2D6B; }
a { background-color: rgb(75,45,107); }
div.DivClassName
{
background-color: #4B2D6B;
}
.BgClassName
{
background-color: #4B2D6B;
}
</style>
border-color css
<style>
span { border-color: #4B2D6B; }
span { border-color: rgb(75,45,107); }
td.TdClassName
{
border-color: #4B2D6B;
}
.TagClassName
{
border-color: #4B2D6B;
}
</style>