Shades of Blue Gem #4523AA
Tints of Blue Gem #4523AA
RGB
CMYK
RGB Variations
Color information
#4523AA (or 0x4523AA) is known color: Blue Gem. HEX triplet: 45, 23 and AA. RGB value is (69,35,170). Sum of RGB (Red+Green+Blue) = 69+35+170=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #4523AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4523AA is #BADC55. Grayscale: #3C3C3C. Windows color (decimal): -12246102 or 11150149. OLE color: 11150149.
HSL color Cylindrical-coordinate representation of color #4523AA: hue angle of 255.11º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4523AA is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 35 | 170 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.33 |
| HSL | 255.11º | 0.66% | 0.4% | - |
| HSV(B) | 255.11º | 0.79% | 0.67% | - |
| XYZ | 10.31 | 5.37 | 38.52 | - |
| YUV | 60.56 | 189.76 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 170 | 0.59 | 0.79 | 0 | 0.33 | 255.11 | 0.66 | 0.4 |
| Hex | 45 | 23 | AA | 3B | 4F | 0 | 21 | FF | 42 | 28 |
| Octal | 105 | 43 | 252 | 73 | 117 | 0 | 41 | 377 | 102 | 50 |
| Binary | 1000101 | 100011 | 10101010 | 111011 | 1001111 | 0 | 100001 | 11111111 | 1000010 | 101000 |
Color Harmonies of #4523AA
Complementary color
Monochromatic Colors of #4523AA
Black with #4523AA
Text Example
Text Example
White with #4523AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4523AA; }
p { color: rgb(69,35,170); }
H1.HeaderClassName
{
color: #4523AA;
}
.AnyTagClassName
{
color: #4523AA;
}
</style>
background-color css
<style>
a { background-color: #4523AA; }
a { background-color: rgb(69,35,170); }
div.DivClassName
{
background-color: #4523AA;
}
.BgClassName
{
background-color: #4523AA;
}
</style>
border-color css
<style>
span { border-color: #4523AA; }
span { border-color: rgb(69,35,170); }
td.TdClassName
{
border-color: #4523AA;
}
.TagClassName
{
border-color: #4523AA;
}
</style>