Shades of Blue Diamond #4B2968
Tints of Blue Diamond #4B2968
RGB
CMYK
RGB Variations
Color information
#4B2968 (or 0x4B2968) is known color: Blue Diamond. HEX triplet: 4B, 29 and 68. RGB value is (75,41,104). Sum of RGB (Red+Green+Blue) = 75+41+104=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B2968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2968 is #B4D697. Grayscale: #3A3A3A. Windows color (decimal): -11851416 or 6826315. OLE color: 6826315.
HSL color Cylindrical-coordinate representation of color #4B2968: hue angle of 272.38º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B2968 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 41 | 104 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.59 |
| HSL | 272.38º | 0.43% | 0.28% | - |
| HSV(B) | 272.38º | 0.61% | 0.41% | - |
| XYZ | 6.19 | 4.08 | 13.56 | - |
| YUV | 58.35 | 153.76 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 104 | 0.28 | 0.61 | 0 | 0.59 | 272.38 | 0.43 | 0.28 |
| Hex | 4B | 29 | 68 | 1C | 3D | 0 | 3B | 110 | 2B | 1C |
| Octal | 113 | 51 | 150 | 34 | 75 | 0 | 73 | 420 | 53 | 34 |
| Binary | 1001011 | 101001 | 1101000 | 11100 | 111101 | 0 | 111011 | 100010000 | 101011 | 11100 |
Color Harmonies of #4B2968
Complementary color
Monochromatic Colors of #4B2968
Black with #4B2968
Text Example
Text Example
White with #4B2968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2968; }
p { color: rgb(75,41,104); }
H1.HeaderClassName
{
color: #4B2968;
}
.AnyTagClassName
{
color: #4B2968;
}
</style>
background-color css
<style>
a { background-color: #4B2968; }
a { background-color: rgb(75,41,104); }
div.DivClassName
{
background-color: #4B2968;
}
.BgClassName
{
background-color: #4B2968;
}
</style>
border-color css
<style>
span { border-color: #4B2968; }
span { border-color: rgb(75,41,104); }
td.TdClassName
{
border-color: #4B2968;
}
.TagClassName
{
border-color: #4B2968;
}
</style>