Shades of Blue Diamond #4B1C6A
Tints of Blue Diamond #4B1C6A
RGB
CMYK
RGB Variations
Color information
#4B1C6A (or 0x4B1C6A) is known color: Blue Diamond. HEX triplet: 4B, 1C and 6A. RGB value is (75,28,106). Sum of RGB (Red+Green+Blue) = 75+28+106=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B1C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1C6A is #B4E395. Grayscale: #323232. Windows color (decimal): -11854742 or 6954059. OLE color: 6954059.
HSL color Cylindrical-coordinate representation of color #4B1C6A: hue angle of 276.15º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B1C6A is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 28 | 106 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.58 |
| HSL | 276.15º | 0.58% | 0.26% | - |
| HSV(B) | 276.15º | 0.74% | 0.42% | - |
| XYZ | 5.92 | 3.37 | 13.97 | - |
| YUV | 50.95 | 159.07 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 28 | 106 | 0.29 | 0.74 | 0 | 0.58 | 276.15 | 0.58 | 0.26 |
| Hex | 4B | 1C | 6A | 1D | 4A | 0 | 3A | 114 | 3A | 1A |
| Octal | 113 | 34 | 152 | 35 | 112 | 0 | 72 | 424 | 72 | 32 |
| Binary | 1001011 | 11100 | 1101010 | 11101 | 1001010 | 0 | 111010 | 100010100 | 111010 | 11010 |
Color Harmonies of #4B1C6A
Complementary color
Monochromatic Colors of #4B1C6A
Black with #4B1C6A
Text Example
Text Example
White with #4B1C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1C6A; }
p { color: rgb(75,28,106); }
H1.HeaderClassName
{
color: #4B1C6A;
}
.AnyTagClassName
{
color: #4B1C6A;
}
</style>
background-color css
<style>
a { background-color: #4B1C6A; }
a { background-color: rgb(75,28,106); }
div.DivClassName
{
background-color: #4B1C6A;
}
.BgClassName
{
background-color: #4B1C6A;
}
</style>
border-color css
<style>
span { border-color: #4B1C6A; }
span { border-color: rgb(75,28,106); }
td.TdClassName
{
border-color: #4B1C6A;
}
.TagClassName
{
border-color: #4B1C6A;
}
</style>