Shades of Blue Diamond #4A2778
Tints of Blue Diamond #4A2778
RGB
CMYK
RGB Variations
Color information
#4A2778 (or 0x4A2778) is known color: Blue Diamond. HEX triplet: 4A, 27 and 78. RGB value is (74,39,120). Sum of RGB (Red+Green+Blue) = 74+39+120=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A2778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2778 is #B5D887. Grayscale: #3A3A3A. Windows color (decimal): -11917448 or 7874378. OLE color: 7874378.
HSL color Cylindrical-coordinate representation of color #4A2778: hue angle of 265.93º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A2778 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 39 | 120 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.53 |
| HSL | 265.93º | 0.51% | 0.31% | - |
| HSV(B) | 265.93º | 0.68% | 0.47% | - |
| XYZ | 6.94 | 4.26 | 18.23 | - |
| YUV | 58.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 120 | 0.38 | 0.67 | 0 | 0.53 | 265.93 | 0.51 | 0.31 |
| Hex | 4A | 27 | 78 | 26 | 43 | 0 | 35 | 10A | 33 | 1F |
| Octal | 112 | 47 | 170 | 46 | 103 | 0 | 65 | 412 | 63 | 37 |
| Binary | 1001010 | 100111 | 1111000 | 100110 | 1000011 | 0 | 110101 | 100001010 | 110011 | 11111 |
Color Harmonies of #4A2778
Complementary color
Monochromatic Colors of #4A2778
Black with #4A2778
Text Example
Text Example
White with #4A2778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2778; }
p { color: rgb(74,39,120); }
H1.HeaderClassName
{
color: #4A2778;
}
.AnyTagClassName
{
color: #4A2778;
}
</style>
background-color css
<style>
a { background-color: #4A2778; }
a { background-color: rgb(74,39,120); }
div.DivClassName
{
background-color: #4A2778;
}
.BgClassName
{
background-color: #4A2778;
}
</style>
border-color css
<style>
span { border-color: #4A2778; }
span { border-color: rgb(74,39,120); }
td.TdClassName
{
border-color: #4A2778;
}
.TagClassName
{
border-color: #4A2778;
}
</style>