Shades of Blue Diamond #4B2470
Tints of Blue Diamond #4B2470
RGB
CMYK
RGB Variations
Color information
#4B2470 (or 0x4B2470) is known color: Blue Diamond. HEX triplet: 4B, 24 and 70. RGB value is (75,36,112). Sum of RGB (Red+Green+Blue) = 75+36+112=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2470 is #B4DB8F. Grayscale: #383838. Windows color (decimal): -11852688 or 7349323. OLE color: 7349323.
HSL color Cylindrical-coordinate representation of color #4B2470: hue angle of 270.79º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B2470 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 36 | 112 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.56 |
| HSL | 270.79º | 0.51% | 0.29% | - |
| HSV(B) | 270.79º | 0.68% | 0.44% | - |
| XYZ | 6.46 | 3.93 | 15.75 | - |
| YUV | 56.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 112 | 0.33 | 0.68 | 0 | 0.56 | 270.79 | 0.51 | 0.29 |
| Hex | 4B | 24 | 70 | 21 | 44 | 0 | 38 | 10F | 33 | 1D |
| Octal | 113 | 44 | 160 | 41 | 104 | 0 | 70 | 417 | 63 | 35 |
| Binary | 1001011 | 100100 | 1110000 | 100001 | 1000100 | 0 | 111000 | 100001111 | 110011 | 11101 |
Color Harmonies of #4B2470
Complementary color
Monochromatic Colors of #4B2470
Black with #4B2470
Text Example
Text Example
White with #4B2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2470; }
p { color: rgb(75,36,112); }
H1.HeaderClassName
{
color: #4B2470;
}
.AnyTagClassName
{
color: #4B2470;
}
</style>
background-color css
<style>
a { background-color: #4B2470; }
a { background-color: rgb(75,36,112); }
div.DivClassName
{
background-color: #4B2470;
}
.BgClassName
{
background-color: #4B2470;
}
</style>
border-color css
<style>
span { border-color: #4B2470; }
span { border-color: rgb(75,36,112); }
td.TdClassName
{
border-color: #4B2470;
}
.TagClassName
{
border-color: #4B2470;
}
</style>