Shades of Blue Diamond #4A1A78
Tints of Blue Diamond #4A1A78
RGB
CMYK
RGB Variations
Color information
#4A1A78 (or 0x4A1A78) is known color: Blue Diamond. HEX triplet: 4A, 1A and 78. RGB value is (74,26,120). Sum of RGB (Red+Green+Blue) = 74+26+120=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A1A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1A78 is #B5E587. Grayscale: #323232. Windows color (decimal): -11920776 or 7871050. OLE color: 7871050.
HSL color Cylindrical-coordinate representation of color #4A1A78: hue angle of 270.64º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A1A78 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 26 | 120 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.53 |
| HSL | 270.64º | 0.64% | 0.29% | - |
| HSV(B) | 270.64º | 0.78% | 0.47% | - |
| XYZ | 6.58 | 3.55 | 18.11 | - |
| YUV | 51.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 120 | 0.38 | 0.78 | 0 | 0.53 | 270.64 | 0.64 | 0.29 |
| Hex | 4A | 1A | 78 | 26 | 4E | 0 | 35 | 10F | 40 | 1D |
| Octal | 112 | 32 | 170 | 46 | 116 | 0 | 65 | 417 | 100 | 35 |
| Binary | 1001010 | 11010 | 1111000 | 100110 | 1001110 | 0 | 110101 | 100001111 | 1000000 | 11101 |
Color Harmonies of #4A1A78
Complementary color
Monochromatic Colors of #4A1A78
Black with #4A1A78
Text Example
Text Example
White with #4A1A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1A78; }
p { color: rgb(74,26,120); }
H1.HeaderClassName
{
color: #4A1A78;
}
.AnyTagClassName
{
color: #4A1A78;
}
</style>
background-color css
<style>
a { background-color: #4A1A78; }
a { background-color: rgb(74,26,120); }
div.DivClassName
{
background-color: #4A1A78;
}
.BgClassName
{
background-color: #4A1A78;
}
</style>
border-color css
<style>
span { border-color: #4A1A78; }
span { border-color: rgb(74,26,120); }
td.TdClassName
{
border-color: #4A1A78;
}
.TagClassName
{
border-color: #4A1A78;
}
</style>