Shades of Blue Diamond #4B3271
Tints of Blue Diamond #4B3271
RGB
CMYK
RGB Variations
Color information
#4B3271 (or 0x4B3271) is known color: Blue Diamond. HEX triplet: 4B, 32 and 71. RGB value is (75,50,113). Sum of RGB (Red+Green+Blue) = 75+50+113=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B3271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3271 is #B4CD8E. Grayscale: #404040. Windows color (decimal): -11849103 or 7418443. OLE color: 7418443.
HSL color Cylindrical-coordinate representation of color #4B3271: hue angle of 263.81º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B3271 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 50 | 113 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.56 |
| HSL | 263.81º | 0.39% | 0.32% | - |
| HSV(B) | 263.81º | 0.56% | 0.44% | - |
| XYZ | 7.02 | 4.97 | 16.21 | - |
| YUV | 64.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 113 | 0.34 | 0.56 | 0 | 0.56 | 263.81 | 0.39 | 0.32 |
| Hex | 4B | 32 | 71 | 22 | 38 | 0 | 38 | 108 | 27 | 20 |
| Octal | 113 | 62 | 161 | 42 | 70 | 0 | 70 | 410 | 47 | 40 |
| Binary | 1001011 | 110010 | 1110001 | 100010 | 111000 | 0 | 111000 | 100001000 | 100111 | 100000 |
Color Harmonies of #4B3271
Complementary color
Monochromatic Colors of #4B3271
Black with #4B3271
Text Example
Text Example
White with #4B3271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3271; }
p { color: rgb(75,50,113); }
H1.HeaderClassName
{
color: #4B3271;
}
.AnyTagClassName
{
color: #4B3271;
}
</style>
background-color css
<style>
a { background-color: #4B3271; }
a { background-color: rgb(75,50,113); }
div.DivClassName
{
background-color: #4B3271;
}
.BgClassName
{
background-color: #4B3271;
}
</style>
border-color css
<style>
span { border-color: #4B3271; }
span { border-color: rgb(75,50,113); }
td.TdClassName
{
border-color: #4B3271;
}
.TagClassName
{
border-color: #4B3271;
}
</style>