Shades of Blue Diamond #4B2A66
Tints of Blue Diamond #4B2A66
RGB
CMYK
RGB Variations
Color information
#4B2A66 (or 0x4B2A66) is known color: Blue Diamond. HEX triplet: 4B, 2A and 66. RGB value is (75,42,102). Sum of RGB (Red+Green+Blue) = 75+42+102=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B2A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2A66 is #B4D599. Grayscale: #3A3A3A. Windows color (decimal): -11851162 or 6695499. OLE color: 6695499.
HSL color Cylindrical-coordinate representation of color #4B2A66: hue angle of 273º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B2A66 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 42 | 102 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.6 |
| HSL | 273º | 0.42% | 0.28% | - |
| HSV(B) | 273º | 0.59% | 0.4% | - |
| XYZ | 6.13 | 4.11 | 13.04 | - |
| YUV | 58.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 42 | 102 | 0.26 | 0.59 | 0 | 0.6 | 273 | 0.42 | 0.28 |
| Hex | 4B | 2A | 66 | 1A | 3B | 0 | 3C | 111 | 2A | 1C |
| Octal | 113 | 52 | 146 | 32 | 73 | 0 | 74 | 421 | 52 | 34 |
| Binary | 1001011 | 101010 | 1100110 | 11010 | 111011 | 0 | 111100 | 100010001 | 101010 | 11100 |
Color Harmonies of #4B2A66
Complementary color
Monochromatic Colors of #4B2A66
Black with #4B2A66
Text Example
Text Example
White with #4B2A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2A66; }
p { color: rgb(75,42,102); }
H1.HeaderClassName
{
color: #4B2A66;
}
.AnyTagClassName
{
color: #4B2A66;
}
</style>
background-color css
<style>
a { background-color: #4B2A66; }
a { background-color: rgb(75,42,102); }
div.DivClassName
{
background-color: #4B2A66;
}
.BgClassName
{
background-color: #4B2A66;
}
</style>
border-color css
<style>
span { border-color: #4B2A66; }
span { border-color: rgb(75,42,102); }
td.TdClassName
{
border-color: #4B2A66;
}
.TagClassName
{
border-color: #4B2A66;
}
</style>