Shades of Blue Diamond #4B286A
Tints of Blue Diamond #4B286A
RGB
CMYK
RGB Variations
Color information
#4B286A (or 0x4B286A) is known color: Blue Diamond. HEX triplet: 4B, 28 and 6A. RGB value is (75,40,106). Sum of RGB (Red+Green+Blue) = 75+40+106=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B286A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B286A is #B4D795. Grayscale: #393939. Windows color (decimal): -11851670 or 6957131. OLE color: 6957131.
HSL color Cylindrical-coordinate representation of color #4B286A: hue angle of 271.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B286A is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 40 | 106 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.58 |
| HSL | 271.82º | 0.45% | 0.29% | - |
| HSV(B) | 271.82º | 0.62% | 0.42% | - |
| XYZ | 6.26 | 4.05 | 14.09 | - |
| YUV | 57.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 106 | 0.29 | 0.62 | 0 | 0.58 | 271.82 | 0.45 | 0.29 |
| Hex | 4B | 28 | 6A | 1D | 3E | 0 | 3A | 110 | 2D | 1D |
| Octal | 113 | 50 | 152 | 35 | 76 | 0 | 72 | 420 | 55 | 35 |
| Binary | 1001011 | 101000 | 1101010 | 11101 | 111110 | 0 | 111010 | 100010000 | 101101 | 11101 |
Color Harmonies of #4B286A
Complementary color
Monochromatic Colors of #4B286A
Black with #4B286A
Text Example
Text Example
White with #4B286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B286A; }
p { color: rgb(75,40,106); }
H1.HeaderClassName
{
color: #4B286A;
}
.AnyTagClassName
{
color: #4B286A;
}
</style>
background-color css
<style>
a { background-color: #4B286A; }
a { background-color: rgb(75,40,106); }
div.DivClassName
{
background-color: #4B286A;
}
.BgClassName
{
background-color: #4B286A;
}
</style>
border-color css
<style>
span { border-color: #4B286A; }
span { border-color: rgb(75,40,106); }
td.TdClassName
{
border-color: #4B286A;
}
.TagClassName
{
border-color: #4B286A;
}
</style>