Shades of Blue Diamond #4B276D
Tints of Blue Diamond #4B276D
RGB
CMYK
RGB Variations
Color information
#4B276D (or 0x4B276D) is known color: Blue Diamond. HEX triplet: 4B, 27 and 6D. RGB value is (75,39,109). Sum of RGB (Red+Green+Blue) = 75+39+109=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B276D is #B4D892. Grayscale: #393939. Windows color (decimal): -11851923 or 7153483. OLE color: 7153483.
HSL color Cylindrical-coordinate representation of color #4B276D: hue angle of 270.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B276D is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 39 | 109 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.57 |
| HSL | 270.86º | 0.47% | 0.29% | - |
| HSV(B) | 270.86º | 0.64% | 0.43% | - |
| XYZ | 6.39 | 4.05 | 14.91 | - |
| YUV | 57.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 109 | 0.31 | 0.64 | 0 | 0.57 | 270.86 | 0.47 | 0.29 |
| Hex | 4B | 27 | 6D | 1F | 40 | 0 | 39 | 10F | 2F | 1D |
| Octal | 113 | 47 | 155 | 37 | 100 | 0 | 71 | 417 | 57 | 35 |
| Binary | 1001011 | 100111 | 1101101 | 11111 | 1000000 | 0 | 111001 | 100001111 | 101111 | 11101 |
Color Harmonies of #4B276D
Complementary color
Monochromatic Colors of #4B276D
Black with #4B276D
Text Example
Text Example
White with #4B276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B276D; }
p { color: rgb(75,39,109); }
H1.HeaderClassName
{
color: #4B276D;
}
.AnyTagClassName
{
color: #4B276D;
}
</style>
background-color css
<style>
a { background-color: #4B276D; }
a { background-color: rgb(75,39,109); }
div.DivClassName
{
background-color: #4B276D;
}
.BgClassName
{
background-color: #4B276D;
}
</style>
border-color css
<style>
span { border-color: #4B276D; }
span { border-color: rgb(75,39,109); }
td.TdClassName
{
border-color: #4B276D;
}
.TagClassName
{
border-color: #4B276D;
}
</style>