Shades of Blue Diamond #4B2474
Tints of Blue Diamond #4B2474
RGB
CMYK
RGB Variations
Color information
#4B2474 (or 0x4B2474) is known color: Blue Diamond. HEX triplet: 4B, 24 and 74. RGB value is (75,36,116). Sum of RGB (Red+Green+Blue) = 75+36+116=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #4B2474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2474 is #B4DB8B. Grayscale: #383838. Windows color (decimal): -11852684 or 7611467. OLE color: 7611467.
HSL color Cylindrical-coordinate representation of color #4B2474: hue angle of 269.25º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B2474 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 36 | 116 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.55 |
| HSL | 269.25º | 0.53% | 0.3% | - |
| HSV(B) | 269.25º | 0.69% | 0.45% | - |
| XYZ | 6.68 | 4.02 | 16.95 | - |
| YUV | 56.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 116 | 0.35 | 0.69 | 0 | 0.55 | 269.25 | 0.53 | 0.3 |
| Hex | 4B | 24 | 74 | 23 | 45 | 0 | 37 | 10D | 35 | 1E |
| Octal | 113 | 44 | 164 | 43 | 105 | 0 | 67 | 415 | 65 | 36 |
| Binary | 1001011 | 100100 | 1110100 | 100011 | 1000101 | 0 | 110111 | 100001101 | 110101 | 11110 |
Color Harmonies of #4B2474
Complementary color
Monochromatic Colors of #4B2474
Black with #4B2474
Text Example
Text Example
White with #4B2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2474; }
p { color: rgb(75,36,116); }
H1.HeaderClassName
{
color: #4B2474;
}
.AnyTagClassName
{
color: #4B2474;
}
</style>
background-color css
<style>
a { background-color: #4B2474; }
a { background-color: rgb(75,36,116); }
div.DivClassName
{
background-color: #4B2474;
}
.BgClassName
{
background-color: #4B2474;
}
</style>
border-color css
<style>
span { border-color: #4B2474; }
span { border-color: rgb(75,36,116); }
td.TdClassName
{
border-color: #4B2474;
}
.TagClassName
{
border-color: #4B2474;
}
</style>