Shades of Blue Diamond #4A1B7B
Tints of Blue Diamond #4A1B7B
RGB
CMYK
RGB Variations
Color information
#4A1B7B (or 0x4A1B7B) is known color: Blue Diamond. HEX triplet: 4A, 1B and 7B. RGB value is (74,27,123). Sum of RGB (Red+Green+Blue) = 74+27+123=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A1B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1B7B is #B5E484. Grayscale: #333333. Windows color (decimal): -11920517 or 8067914. OLE color: 8067914.
HSL color Cylindrical-coordinate representation of color #4A1B7B: hue angle of 269.38º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A1B7B is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 27 | 123 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.52 |
| HSL | 269.38º | 0.64% | 0.29% | - |
| HSV(B) | 269.38º | 0.78% | 0.48% | - |
| XYZ | 6.79 | 3.67 | 19.09 | - |
| YUV | 52 | 168.07 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 27 | 123 | 0.40 | 0.78 | 0 | 0.52 | 269.38 | 0.64 | 0.29 |
| Hex | 4A | 1B | 7B | 28 | 4E | 0 | 34 | 10D | 40 | 1D |
| Octal | 112 | 33 | 173 | 50 | 116 | 0 | 64 | 415 | 100 | 35 |
| Binary | 1001010 | 11011 | 1111011 | 101000 | 1001110 | 0 | 110100 | 100001101 | 1000000 | 11101 |
Color Harmonies of #4A1B7B
Complementary color
Monochromatic Colors of #4A1B7B
Black with #4A1B7B
Text Example
Text Example
White with #4A1B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1B7B; }
p { color: rgb(74,27,123); }
H1.HeaderClassName
{
color: #4A1B7B;
}
.AnyTagClassName
{
color: #4A1B7B;
}
</style>
background-color css
<style>
a { background-color: #4A1B7B; }
a { background-color: rgb(74,27,123); }
div.DivClassName
{
background-color: #4A1B7B;
}
.BgClassName
{
background-color: #4A1B7B;
}
</style>
border-color css
<style>
span { border-color: #4A1B7B; }
span { border-color: rgb(74,27,123); }
td.TdClassName
{
border-color: #4A1B7B;
}
.TagClassName
{
border-color: #4A1B7B;
}
</style>