Shades of Blue Diamond #4B276F
Tints of Blue Diamond #4B276F
RGB
CMYK
RGB Variations
Color information
#4B276F (or 0x4B276F) is known color: Blue Diamond. HEX triplet: 4B, 27 and 6F. RGB value is (75,39,111). Sum of RGB (Red+Green+Blue) = 75+39+111=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B276F is #B4D890. Grayscale: #393939. Windows color (decimal): -11851921 or 7284555. OLE color: 7284555.
HSL color Cylindrical-coordinate representation of color #4B276F: hue angle of 270º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B276F is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 39 | 111 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.56 |
| HSL | 270º | 0.48% | 0.29% | - |
| HSV(B) | 270º | 0.65% | 0.44% | - |
| XYZ | 6.5 | 4.09 | 15.49 | - |
| YUV | 57.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 111 | 0.32 | 0.65 | 0 | 0.56 | 270 | 0.48 | 0.29 |
| Hex | 4B | 27 | 6F | 20 | 41 | 0 | 38 | 10E | 30 | 1D |
| Octal | 113 | 47 | 157 | 40 | 101 | 0 | 70 | 416 | 60 | 35 |
| Binary | 1001011 | 100111 | 1101111 | 100000 | 1000001 | 0 | 111000 | 100001110 | 110000 | 11101 |
Color Harmonies of #4B276F
Complementary color
Monochromatic Colors of #4B276F
Black with #4B276F
Text Example
Text Example
White with #4B276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B276F; }
p { color: rgb(75,39,111); }
H1.HeaderClassName
{
color: #4B276F;
}
.AnyTagClassName
{
color: #4B276F;
}
</style>
background-color css
<style>
a { background-color: #4B276F; }
a { background-color: rgb(75,39,111); }
div.DivClassName
{
background-color: #4B276F;
}
.BgClassName
{
background-color: #4B276F;
}
</style>
border-color css
<style>
span { border-color: #4B276F; }
span { border-color: rgb(75,39,111); }
td.TdClassName
{
border-color: #4B276F;
}
.TagClassName
{
border-color: #4B276F;
}
</style>