Shades of Blue Diamond #4B256B
Tints of Blue Diamond #4B256B
RGB
CMYK
RGB Variations
Color information
#4B256B (or 0x4B256B) is known color: Blue Diamond. HEX triplet: 4B, 25 and 6B. RGB value is (75,37,107). Sum of RGB (Red+Green+Blue) = 75+37+107=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B256B is #B4DA94. Grayscale: #383838. Windows color (decimal): -11852437 or 7021899. OLE color: 7021899.
HSL color Cylindrical-coordinate representation of color #4B256B: hue angle of 272.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B256B is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 37 | 107 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.58 |
| HSL | 272.57º | 0.49% | 0.28% | - |
| HSV(B) | 272.57º | 0.65% | 0.42% | - |
| XYZ | 6.22 | 3.88 | 14.33 | - |
| YUV | 56.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 107 | 0.30 | 0.65 | 0 | 0.58 | 272.57 | 0.49 | 0.28 |
| Hex | 4B | 25 | 6B | 1E | 41 | 0 | 3A | 111 | 31 | 1C |
| Octal | 113 | 45 | 153 | 36 | 101 | 0 | 72 | 421 | 61 | 34 |
| Binary | 1001011 | 100101 | 1101011 | 11110 | 1000001 | 0 | 111010 | 100010001 | 110001 | 11100 |
Color Harmonies of #4B256B
Complementary color
Monochromatic Colors of #4B256B
Black with #4B256B
Text Example
Text Example
White with #4B256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B256B; }
p { color: rgb(75,37,107); }
H1.HeaderClassName
{
color: #4B256B;
}
.AnyTagClassName
{
color: #4B256B;
}
</style>
background-color css
<style>
a { background-color: #4B256B; }
a { background-color: rgb(75,37,107); }
div.DivClassName
{
background-color: #4B256B;
}
.BgClassName
{
background-color: #4B256B;
}
</style>
border-color css
<style>
span { border-color: #4B256B; }
span { border-color: rgb(75,37,107); }
td.TdClassName
{
border-color: #4B256B;
}
.TagClassName
{
border-color: #4B256B;
}
</style>