Shades of Blue Diamond #4A2865
Tints of Blue Diamond #4A2865
RGB
CMYK
RGB Variations
Color information
#4A2865 (or 0x4A2865) is known color: Blue Diamond. HEX triplet: 4A, 28 and 65. RGB value is (74,40,101). Sum of RGB (Red+Green+Blue) = 74+40+101=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A2865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2865 is #B5D79A. Grayscale: #383838. Windows color (decimal): -11917211 or 6629450. OLE color: 6629450.
HSL color Cylindrical-coordinate representation of color #4A2865: hue angle of 273.44º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A2865 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 40 | 101 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.60 |
| HSL | 273.44º | 0.43% | 0.28% | - |
| HSV(B) | 273.44º | 0.6% | 0.4% | - |
| XYZ | 5.93 | 3.91 | 12.75 | - |
| YUV | 57.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 101 | 0.27 | 0.60 | 0 | 0.60 | 273.44 | 0.43 | 0.28 |
| Hex | 4A | 28 | 65 | 1B | 3C | 0 | 3C | 111 | 2B | 1C |
| Octal | 112 | 50 | 145 | 33 | 74 | 0 | 74 | 421 | 53 | 34 |
| Binary | 1001010 | 101000 | 1100101 | 11011 | 111100 | 0 | 111100 | 100010001 | 101011 | 11100 |
Color Harmonies of #4A2865
Complementary color
Monochromatic Colors of #4A2865
Black with #4A2865
Text Example
Text Example
White with #4A2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2865; }
p { color: rgb(74,40,101); }
H1.HeaderClassName
{
color: #4A2865;
}
.AnyTagClassName
{
color: #4A2865;
}
</style>
background-color css
<style>
a { background-color: #4A2865; }
a { background-color: rgb(74,40,101); }
div.DivClassName
{
background-color: #4A2865;
}
.BgClassName
{
background-color: #4A2865;
}
</style>
border-color css
<style>
span { border-color: #4A2865; }
span { border-color: rgb(74,40,101); }
td.TdClassName
{
border-color: #4A2865;
}
.TagClassName
{
border-color: #4A2865;
}
</style>