Shades of Blue Diamond #4B1779
Tints of Blue Diamond #4B1779
RGB
CMYK
RGB Variations
Color information
#4B1779 (or 0x4B1779) is known color: Blue Diamond. HEX triplet: 4B, 17 and 79. RGB value is (75,23,121). Sum of RGB (Red+Green+Blue) = 75+23+121=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B1779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1779 is #B4E886. Grayscale: #313131. Windows color (decimal): -11856007 or 7935819. OLE color: 7935819.
HSL color Cylindrical-coordinate representation of color #4B1779: hue angle of 271.84º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B1779 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 23 | 121 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.53 |
| HSL | 271.84º | 0.68% | 0.28% | - |
| HSV(B) | 271.84º | 0.81% | 0.47% | - |
| XYZ | 6.66 | 3.49 | 18.41 | - |
| YUV | 49.72 | 168.23 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 121 | 0.38 | 0.81 | 0 | 0.53 | 271.84 | 0.68 | 0.28 |
| Hex | 4B | 17 | 79 | 26 | 51 | 0 | 35 | 110 | 44 | 1C |
| Octal | 113 | 27 | 171 | 46 | 121 | 0 | 65 | 420 | 104 | 34 |
| Binary | 1001011 | 10111 | 1111001 | 100110 | 1010001 | 0 | 110101 | 100010000 | 1000100 | 11100 |
Color Harmonies of #4B1779
Complementary color
Monochromatic Colors of #4B1779
Black with #4B1779
Text Example
Text Example
White with #4B1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1779; }
p { color: rgb(75,23,121); }
H1.HeaderClassName
{
color: #4B1779;
}
.AnyTagClassName
{
color: #4B1779;
}
</style>
background-color css
<style>
a { background-color: #4B1779; }
a { background-color: rgb(75,23,121); }
div.DivClassName
{
background-color: #4B1779;
}
.BgClassName
{
background-color: #4B1779;
}
</style>
border-color css
<style>
span { border-color: #4B1779; }
span { border-color: rgb(75,23,121); }
td.TdClassName
{
border-color: #4B1779;
}
.TagClassName
{
border-color: #4B1779;
}
</style>