Shades of Blue Diamond #4B2A77
Tints of Blue Diamond #4B2A77
RGB
CMYK
RGB Variations
Color information
#4B2A77 (or 0x4B2A77) is known color: Blue Diamond. HEX triplet: 4B, 2A and 77. RGB value is (75,42,119). Sum of RGB (Red+Green+Blue) = 75+42+119=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B2A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2A77 is #B4D588. Grayscale: #3C3C3C. Windows color (decimal): -11851145 or 7809611. OLE color: 7809611.
HSL color Cylindrical-coordinate representation of color #4B2A77: hue angle of 265.71º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B2A77 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 42 | 119 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.53 |
| HSL | 265.71º | 0.48% | 0.32% | - |
| HSV(B) | 265.71º | 0.65% | 0.47% | - |
| XYZ | 7.06 | 4.48 | 17.95 | - |
| YUV | 60.65 | 160.93 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 42 | 119 | 0.37 | 0.65 | 0 | 0.53 | 265.71 | 0.48 | 0.32 |
| Hex | 4B | 2A | 77 | 25 | 41 | 0 | 35 | 10A | 30 | 20 |
| Octal | 113 | 52 | 167 | 45 | 101 | 0 | 65 | 412 | 60 | 40 |
| Binary | 1001011 | 101010 | 1110111 | 100101 | 1000001 | 0 | 110101 | 100001010 | 110000 | 100000 |
Color Harmonies of #4B2A77
Complementary color
Monochromatic Colors of #4B2A77
Black with #4B2A77
Text Example
Text Example
White with #4B2A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2A77; }
p { color: rgb(75,42,119); }
H1.HeaderClassName
{
color: #4B2A77;
}
.AnyTagClassName
{
color: #4B2A77;
}
</style>
background-color css
<style>
a { background-color: #4B2A77; }
a { background-color: rgb(75,42,119); }
div.DivClassName
{
background-color: #4B2A77;
}
.BgClassName
{
background-color: #4B2A77;
}
</style>
border-color css
<style>
span { border-color: #4B2A77; }
span { border-color: rgb(75,42,119); }
td.TdClassName
{
border-color: #4B2A77;
}
.TagClassName
{
border-color: #4B2A77;
}
</style>