Shades of Blue Diamond #4B2768
Tints of Blue Diamond #4B2768
RGB
CMYK
RGB Variations
Color information
#4B2768 (or 0x4B2768) is known color: Blue Diamond. HEX triplet: 4B, 27 and 68. RGB value is (75,39,104). Sum of RGB (Red+Green+Blue) = 75+39+104=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B2768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2768 is #B4D897. Grayscale: #383838. Windows color (decimal): -11851928 or 6825803. OLE color: 6825803.
HSL color Cylindrical-coordinate representation of color #4B2768: hue angle of 273.23º degrees, saturation: 0.45, 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 #4B2768 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 39 | 104 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.59 |
| HSL | 273.23º | 0.45% | 0.28% | - |
| HSV(B) | 273.23º | 0.63% | 0.41% | - |
| XYZ | 6.13 | 3.95 | 13.54 | - |
| YUV | 57.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 104 | 0.28 | 0.62 | 0 | 0.59 | 273.23 | 0.45 | 0.28 |
| Hex | 4B | 27 | 68 | 1C | 3E | 0 | 3B | 111 | 2D | 1C |
| Octal | 113 | 47 | 150 | 34 | 76 | 0 | 73 | 421 | 55 | 34 |
| Binary | 1001011 | 100111 | 1101000 | 11100 | 111110 | 0 | 111011 | 100010001 | 101101 | 11100 |
Color Harmonies of #4B2768
Complementary color
Monochromatic Colors of #4B2768
Black with #4B2768
Text Example
Text Example
White with #4B2768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2768; }
p { color: rgb(75,39,104); }
H1.HeaderClassName
{
color: #4B2768;
}
.AnyTagClassName
{
color: #4B2768;
}
</style>
background-color css
<style>
a { background-color: #4B2768; }
a { background-color: rgb(75,39,104); }
div.DivClassName
{
background-color: #4B2768;
}
.BgClassName
{
background-color: #4B2768;
}
</style>
border-color css
<style>
span { border-color: #4B2768; }
span { border-color: rgb(75,39,104); }
td.TdClassName
{
border-color: #4B2768;
}
.TagClassName
{
border-color: #4B2768;
}
</style>