Shades of Blue Diamond #4A3265
Tints of Blue Diamond #4A3265
RGB
CMYK
RGB Variations
Color information
#4A3265 (or 0x4A3265) is known color: Blue Diamond. HEX triplet: 4A, 32 and 65. RGB value is (74,50,101). Sum of RGB (Red+Green+Blue) = 74+50+101=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A3265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3265 is #B5CD9A. Grayscale: #3E3E3E. Windows color (decimal): -11914651 or 6632010. OLE color: 6632010.
HSL color Cylindrical-coordinate representation of color #4A3265: hue angle of 268.24º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A3265 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 50 | 101 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.60 |
| HSL | 268.24º | 0.34% | 0.3% | - |
| HSV(B) | 268.24º | 0.5% | 0.4% | - |
| XYZ | 6.31 | 4.68 | 12.88 | - |
| YUV | 62.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 101 | 0.27 | 0.50 | 0 | 0.60 | 268.24 | 0.34 | 0.3 |
| Hex | 4A | 32 | 65 | 1B | 32 | 0 | 3C | 10C | 22 | 1E |
| Octal | 112 | 62 | 145 | 33 | 62 | 0 | 74 | 414 | 42 | 36 |
| Binary | 1001010 | 110010 | 1100101 | 11011 | 110010 | 0 | 111100 | 100001100 | 100010 | 11110 |
Color Harmonies of #4A3265
Complementary color
Monochromatic Colors of #4A3265
Black with #4A3265
Text Example
Text Example
White with #4A3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3265; }
p { color: rgb(74,50,101); }
H1.HeaderClassName
{
color: #4A3265;
}
.AnyTagClassName
{
color: #4A3265;
}
</style>
background-color css
<style>
a { background-color: #4A3265; }
a { background-color: rgb(74,50,101); }
div.DivClassName
{
background-color: #4A3265;
}
.BgClassName
{
background-color: #4A3265;
}
</style>
border-color css
<style>
span { border-color: #4A3265; }
span { border-color: rgb(74,50,101); }
td.TdClassName
{
border-color: #4A3265;
}
.TagClassName
{
border-color: #4A3265;
}
</style>