Shades of Blue Diamond #4B2D66
Tints of Blue Diamond #4B2D66
RGB
CMYK
RGB Variations
Color information
#4B2D66 (or 0x4B2D66) is known color: Blue Diamond. HEX triplet: 4B, 2D and 66. RGB value is (75,45,102). Sum of RGB (Red+Green+Blue) = 75+45+102=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B2D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2D66 is #B4D299. Grayscale: #3C3C3C. Windows color (decimal): -11850394 or 6696267. OLE color: 6696267.
HSL color Cylindrical-coordinate representation of color #4B2D66: hue angle of 271.58º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B2D66 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 45 | 102 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.6 |
| HSL | 271.58º | 0.39% | 0.29% | - |
| HSV(B) | 271.58º | 0.56% | 0.4% | - |
| XYZ | 6.24 | 4.33 | 13.08 | - |
| YUV | 60.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 102 | 0.26 | 0.56 | 0 | 0.6 | 271.58 | 0.39 | 0.29 |
| Hex | 4B | 2D | 66 | 1A | 38 | 0 | 3C | 110 | 27 | 1D |
| Octal | 113 | 55 | 146 | 32 | 70 | 0 | 74 | 420 | 47 | 35 |
| Binary | 1001011 | 101101 | 1100110 | 11010 | 111000 | 0 | 111100 | 100010000 | 100111 | 11101 |
Color Harmonies of #4B2D66
Complementary color
Monochromatic Colors of #4B2D66
Black with #4B2D66
Text Example
Text Example
White with #4B2D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2D66; }
p { color: rgb(75,45,102); }
H1.HeaderClassName
{
color: #4B2D66;
}
.AnyTagClassName
{
color: #4B2D66;
}
</style>
background-color css
<style>
a { background-color: #4B2D66; }
a { background-color: rgb(75,45,102); }
div.DivClassName
{
background-color: #4B2D66;
}
.BgClassName
{
background-color: #4B2D66;
}
</style>
border-color css
<style>
span { border-color: #4B2D66; }
span { border-color: rgb(75,45,102); }
td.TdClassName
{
border-color: #4B2D66;
}
.TagClassName
{
border-color: #4B2D66;
}
</style>