Shades of Blue Diamond #4A226B
Tints of Blue Diamond #4A226B
RGB
CMYK
RGB Variations
Color information
#4A226B (or 0x4A226B) is known color: Blue Diamond. HEX triplet: 4A, 22 and 6B. RGB value is (74,34,107). Sum of RGB (Red+Green+Blue) = 74+34+107=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A226B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A226B is #B5DD94. Grayscale: #363636. Windows color (decimal): -11918741 or 7021130. OLE color: 7021130.
HSL color Cylindrical-coordinate representation of color #4A226B: hue angle of 272.88º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A226B is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 34 | 107 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.58 |
| HSL | 272.88º | 0.52% | 0.28% | - |
| HSV(B) | 272.88º | 0.68% | 0.42% | - |
| XYZ | 6.05 | 3.66 | 14.3 | - |
| YUV | 54.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 107 | 0.31 | 0.68 | 0 | 0.58 | 272.88 | 0.52 | 0.28 |
| Hex | 4A | 22 | 6B | 1F | 44 | 0 | 3A | 111 | 34 | 1C |
| Octal | 112 | 42 | 153 | 37 | 104 | 0 | 72 | 421 | 64 | 34 |
| Binary | 1001010 | 100010 | 1101011 | 11111 | 1000100 | 0 | 111010 | 100010001 | 110100 | 11100 |
Color Harmonies of #4A226B
Complementary color
Monochromatic Colors of #4A226B
Black with #4A226B
Text Example
Text Example
White with #4A226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A226B; }
p { color: rgb(74,34,107); }
H1.HeaderClassName
{
color: #4A226B;
}
.AnyTagClassName
{
color: #4A226B;
}
</style>
background-color css
<style>
a { background-color: #4A226B; }
a { background-color: rgb(74,34,107); }
div.DivClassName
{
background-color: #4A226B;
}
.BgClassName
{
background-color: #4A226B;
}
</style>
border-color css
<style>
span { border-color: #4A226B; }
span { border-color: rgb(74,34,107); }
td.TdClassName
{
border-color: #4A226B;
}
.TagClassName
{
border-color: #4A226B;
}
</style>