Shades of Blue Diamond #4B2077
Tints of Blue Diamond #4B2077
RGB
CMYK
RGB Variations
Color information
#4B2077 (or 0x4B2077) is known color: Blue Diamond. HEX triplet: 4B, 20 and 77. RGB value is (75,32,119). Sum of RGB (Red+Green+Blue) = 75+32+119=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B2077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2077 is #B4DF88. Grayscale: #363636. Windows color (decimal): -11853705 or 7807051. OLE color: 7807051.
HSL color Cylindrical-coordinate representation of color #4B2077: hue angle of 269.66º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B2077 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 32 | 119 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.53 |
| HSL | 269.66º | 0.58% | 0.3% | - |
| HSV(B) | 269.66º | 0.73% | 0.47% | - |
| XYZ | 6.75 | 3.86 | 17.84 | - |
| YUV | 54.78 | 164.25 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 119 | 0.37 | 0.73 | 0 | 0.53 | 269.66 | 0.58 | 0.3 |
| Hex | 4B | 20 | 77 | 25 | 49 | 0 | 35 | 10E | 3A | 1E |
| Octal | 113 | 40 | 167 | 45 | 111 | 0 | 65 | 416 | 72 | 36 |
| Binary | 1001011 | 100000 | 1110111 | 100101 | 1001001 | 0 | 110101 | 100001110 | 111010 | 11110 |
Color Harmonies of #4B2077
Complementary color
Monochromatic Colors of #4B2077
Black with #4B2077
Text Example
Text Example
White with #4B2077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2077; }
p { color: rgb(75,32,119); }
H1.HeaderClassName
{
color: #4B2077;
}
.AnyTagClassName
{
color: #4B2077;
}
</style>
background-color css
<style>
a { background-color: #4B2077; }
a { background-color: rgb(75,32,119); }
div.DivClassName
{
background-color: #4B2077;
}
.BgClassName
{
background-color: #4B2077;
}
</style>
border-color css
<style>
span { border-color: #4B2077; }
span { border-color: rgb(75,32,119); }
td.TdClassName
{
border-color: #4B2077;
}
.TagClassName
{
border-color: #4B2077;
}
</style>