Shades of Blue Diamond #4B2868
Tints of Blue Diamond #4B2868
RGB
CMYK
RGB Variations
Color information
#4B2868 (or 0x4B2868) is known color: Blue Diamond. HEX triplet: 4B, 28 and 68. RGB value is (75,40,104). Sum of RGB (Red+Green+Blue) = 75+40+104=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B2868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2868 is #B4D797. Grayscale: #393939. Windows color (decimal): -11851672 or 6826059. OLE color: 6826059.
HSL color Cylindrical-coordinate representation of color #4B2868: hue angle of 272.81º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B2868 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 40 | 104 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.59 |
| HSL | 272.81º | 0.44% | 0.28% | - |
| HSV(B) | 272.81º | 0.62% | 0.41% | - |
| XYZ | 6.16 | 4.01 | 13.55 | - |
| YUV | 57.76 | 154.1 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 104 | 0.28 | 0.62 | 0 | 0.59 | 272.81 | 0.44 | 0.28 |
| Hex | 4B | 28 | 68 | 1C | 3E | 0 | 3B | 111 | 2C | 1C |
| Octal | 113 | 50 | 150 | 34 | 76 | 0 | 73 | 421 | 54 | 34 |
| Binary | 1001011 | 101000 | 1101000 | 11100 | 111110 | 0 | 111011 | 100010001 | 101100 | 11100 |
Color Harmonies of #4B2868
Complementary color
Monochromatic Colors of #4B2868
Black with #4B2868
Text Example
Text Example
White with #4B2868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2868; }
p { color: rgb(75,40,104); }
H1.HeaderClassName
{
color: #4B2868;
}
.AnyTagClassName
{
color: #4B2868;
}
</style>
background-color css
<style>
a { background-color: #4B2868; }
a { background-color: rgb(75,40,104); }
div.DivClassName
{
background-color: #4B2868;
}
.BgClassName
{
background-color: #4B2868;
}
</style>
border-color css
<style>
span { border-color: #4B2868; }
span { border-color: rgb(75,40,104); }
td.TdClassName
{
border-color: #4B2868;
}
.TagClassName
{
border-color: #4B2868;
}
</style>