Shades of Blue Diamond #4B156D
Tints of Blue Diamond #4B156D
RGB
CMYK
RGB Variations
Color information
#4B156D (or 0x4B156D) is known color: Blue Diamond. HEX triplet: 4B, 15 and 6D. RGB value is (75,21,109). Sum of RGB (Red+Green+Blue) = 75+21+109=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B156D is #B4EA92. Grayscale: #2E2E2E. Windows color (decimal): -11856531 or 7148875. OLE color: 7148875.
HSL color Cylindrical-coordinate representation of color #4B156D: hue angle of 276.82º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B156D is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 21 | 109 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.57 |
| HSL | 276.82º | 0.68% | 0.25% | - |
| HSV(B) | 276.82º | 0.81% | 0.43% | - |
| XYZ | 5.93 | 3.14 | 14.76 | - |
| YUV | 47.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 109 | 0.31 | 0.81 | 0 | 0.57 | 276.82 | 0.68 | 0.25 |
| Hex | 4B | 15 | 6D | 1F | 51 | 0 | 39 | 115 | 44 | 19 |
| Octal | 113 | 25 | 155 | 37 | 121 | 0 | 71 | 425 | 104 | 31 |
| Binary | 1001011 | 10101 | 1101101 | 11111 | 1010001 | 0 | 111001 | 100010101 | 1000100 | 11001 |
Color Harmonies of #4B156D
Complementary color
Monochromatic Colors of #4B156D
Black with #4B156D
Text Example
Text Example
White with #4B156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B156D; }
p { color: rgb(75,21,109); }
H1.HeaderClassName
{
color: #4B156D;
}
.AnyTagClassName
{
color: #4B156D;
}
</style>
background-color css
<style>
a { background-color: #4B156D; }
a { background-color: rgb(75,21,109); }
div.DivClassName
{
background-color: #4B156D;
}
.BgClassName
{
background-color: #4B156D;
}
</style>
border-color css
<style>
span { border-color: #4B156D; }
span { border-color: rgb(75,21,109); }
td.TdClassName
{
border-color: #4B156D;
}
.TagClassName
{
border-color: #4B156D;
}
</style>