Shades of Blue Diamond #4A236D
Tints of Blue Diamond #4A236D
RGB
CMYK
RGB Variations
Color information
#4A236D (or 0x4A236D) is known color: Blue Diamond. HEX triplet: 4A, 23 and 6D. RGB value is (74,35,109). Sum of RGB (Red+Green+Blue) = 74+35+109=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A236D is #B5DC92. Grayscale: #363636. Windows color (decimal): -11918483 or 7152458. OLE color: 7152458.
HSL color Cylindrical-coordinate representation of color #4A236D: hue angle of 271.62º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A236D is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 35 | 109 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.57 |
| HSL | 271.62º | 0.51% | 0.28% | - |
| HSV(B) | 271.62º | 0.68% | 0.43% | - |
| XYZ | 6.19 | 3.76 | 14.87 | - |
| YUV | 55.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 109 | 0.32 | 0.68 | 0 | 0.57 | 271.62 | 0.51 | 0.28 |
| Hex | 4A | 23 | 6D | 20 | 44 | 0 | 39 | 110 | 33 | 1C |
| Octal | 112 | 43 | 155 | 40 | 104 | 0 | 71 | 420 | 63 | 34 |
| Binary | 1001010 | 100011 | 1101101 | 100000 | 1000100 | 0 | 111001 | 100010000 | 110011 | 11100 |
Color Harmonies of #4A236D
Complementary color
Monochromatic Colors of #4A236D
Black with #4A236D
Text Example
Text Example
White with #4A236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A236D; }
p { color: rgb(74,35,109); }
H1.HeaderClassName
{
color: #4A236D;
}
.AnyTagClassName
{
color: #4A236D;
}
</style>
background-color css
<style>
a { background-color: #4A236D; }
a { background-color: rgb(74,35,109); }
div.DivClassName
{
background-color: #4A236D;
}
.BgClassName
{
background-color: #4A236D;
}
</style>
border-color css
<style>
span { border-color: #4A236D; }
span { border-color: rgb(74,35,109); }
td.TdClassName
{
border-color: #4A236D;
}
.TagClassName
{
border-color: #4A236D;
}
</style>