Shades of Blue Diamond #4B2469
Tints of Blue Diamond #4B2469
RGB
CMYK
RGB Variations
Color information
#4B2469 (or 0x4B2469) is known color: Blue Diamond. HEX triplet: 4B, 24 and 69. RGB value is (75,36,105). Sum of RGB (Red+Green+Blue) = 75+36+105=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B2469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2469 is #B4DB96. Grayscale: #373737. Windows color (decimal): -11852695 or 6890571. OLE color: 6890571.
HSL color Cylindrical-coordinate representation of color #4B2469: hue angle of 273.91º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B2469 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 36 | 105 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.59 |
| HSL | 273.91º | 0.49% | 0.28% | - |
| HSV(B) | 273.91º | 0.66% | 0.41% | - |
| XYZ | 6.08 | 3.78 | 13.77 | - |
| YUV | 55.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 105 | 0.29 | 0.66 | 0 | 0.59 | 273.91 | 0.49 | 0.28 |
| Hex | 4B | 24 | 69 | 1D | 42 | 0 | 3B | 112 | 31 | 1C |
| Octal | 113 | 44 | 151 | 35 | 102 | 0 | 73 | 422 | 61 | 34 |
| Binary | 1001011 | 100100 | 1101001 | 11101 | 1000010 | 0 | 111011 | 100010010 | 110001 | 11100 |
Color Harmonies of #4B2469
Complementary color
Monochromatic Colors of #4B2469
Black with #4B2469
Text Example
Text Example
White with #4B2469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2469; }
p { color: rgb(75,36,105); }
H1.HeaderClassName
{
color: #4B2469;
}
.AnyTagClassName
{
color: #4B2469;
}
</style>
background-color css
<style>
a { background-color: #4B2469; }
a { background-color: rgb(75,36,105); }
div.DivClassName
{
background-color: #4B2469;
}
.BgClassName
{
background-color: #4B2469;
}
</style>
border-color css
<style>
span { border-color: #4B2469; }
span { border-color: rgb(75,36,105); }
td.TdClassName
{
border-color: #4B2469;
}
.TagClassName
{
border-color: #4B2469;
}
</style>