Shades of Blue Diamond #4B1A6D
Tints of Blue Diamond #4B1A6D
RGB
CMYK
RGB Variations
Color information
#4B1A6D (or 0x4B1A6D) is known color: Blue Diamond. HEX triplet: 4B, 1A and 6D. RGB value is (75,26,109). Sum of RGB (Red+Green+Blue) = 75+26+109=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B1A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1A6D is #B4E592. Grayscale: #313131. Windows color (decimal): -11855251 or 7150155. OLE color: 7150155.
HSL color Cylindrical-coordinate representation of color #4B1A6D: hue angle of 275.42º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B1A6D is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 26 | 109 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.57 |
| HSL | 275.42º | 0.61% | 0.26% | - |
| HSV(B) | 275.42º | 0.76% | 0.43% | - |
| XYZ | 6.03 | 3.34 | 14.79 | - |
| YUV | 50.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 26 | 109 | 0.31 | 0.76 | 0 | 0.57 | 275.42 | 0.61 | 0.26 |
| Hex | 4B | 1A | 6D | 1F | 4C | 0 | 39 | 113 | 3D | 1A |
| Octal | 113 | 32 | 155 | 37 | 114 | 0 | 71 | 423 | 75 | 32 |
| Binary | 1001011 | 11010 | 1101101 | 11111 | 1001100 | 0 | 111001 | 100010011 | 111101 | 11010 |
Color Harmonies of #4B1A6D
Complementary color
Monochromatic Colors of #4B1A6D
Black with #4B1A6D
Text Example
Text Example
White with #4B1A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1A6D; }
p { color: rgb(75,26,109); }
H1.HeaderClassName
{
color: #4B1A6D;
}
.AnyTagClassName
{
color: #4B1A6D;
}
</style>
background-color css
<style>
a { background-color: #4B1A6D; }
a { background-color: rgb(75,26,109); }
div.DivClassName
{
background-color: #4B1A6D;
}
.BgClassName
{
background-color: #4B1A6D;
}
</style>
border-color css
<style>
span { border-color: #4B1A6D; }
span { border-color: rgb(75,26,109); }
td.TdClassName
{
border-color: #4B1A6D;
}
.TagClassName
{
border-color: #4B1A6D;
}
</style>