Shades of Blue Diamond #4B286B
Tints of Blue Diamond #4B286B
RGB
CMYK
RGB Variations
Color information
#4B286B (or 0x4B286B) is known color: Blue Diamond. HEX triplet: 4B, 28 and 6B. RGB value is (75,40,107). Sum of RGB (Red+Green+Blue) = 75+40+107=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B286B is #B4D794. Grayscale: #393939. Windows color (decimal): -11851669 or 7022667. OLE color: 7022667.
HSL color Cylindrical-coordinate representation of color #4B286B: hue angle of 271.34º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B286B is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 40 | 107 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.58 |
| HSL | 271.34º | 0.46% | 0.29% | - |
| HSV(B) | 271.34º | 0.63% | 0.42% | - |
| XYZ | 6.31 | 4.07 | 14.36 | - |
| YUV | 58.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 107 | 0.30 | 0.63 | 0 | 0.58 | 271.34 | 0.46 | 0.29 |
| Hex | 4B | 28 | 6B | 1E | 3F | 0 | 3A | 10F | 2E | 1D |
| Octal | 113 | 50 | 153 | 36 | 77 | 0 | 72 | 417 | 56 | 35 |
| Binary | 1001011 | 101000 | 1101011 | 11110 | 111111 | 0 | 111010 | 100001111 | 101110 | 11101 |
Color Harmonies of #4B286B
Complementary color
Monochromatic Colors of #4B286B
Black with #4B286B
Text Example
Text Example
White with #4B286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B286B; }
p { color: rgb(75,40,107); }
H1.HeaderClassName
{
color: #4B286B;
}
.AnyTagClassName
{
color: #4B286B;
}
</style>
background-color css
<style>
a { background-color: #4B286B; }
a { background-color: rgb(75,40,107); }
div.DivClassName
{
background-color: #4B286B;
}
.BgClassName
{
background-color: #4B286B;
}
</style>
border-color css
<style>
span { border-color: #4B286B; }
span { border-color: rgb(75,40,107); }
td.TdClassName
{
border-color: #4B286B;
}
.TagClassName
{
border-color: #4B286B;
}
</style>