Shades of Blue Gem #4534AA
Tints of Blue Gem #4534AA
RGB
CMYK
RGB Variations
Color information
#4534AA (or 0x4534AA) is known color: Blue Gem. HEX triplet: 45, 34 and AA. RGB value is (69,52,170). Sum of RGB (Red+Green+Blue) = 69+52+170=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #4534AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4534AA is #BACB55. Grayscale: #464646. Windows color (decimal): -12241750 or 11154501. OLE color: 11154501.
HSL color Cylindrical-coordinate representation of color #4534AA: hue angle of 248.64º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4534AA is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 52 | 170 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.33 |
| HSL | 248.64º | 0.53% | 0.44% | - |
| HSV(B) | 248.64º | 0.69% | 0.67% | - |
| XYZ | 10.94 | 6.62 | 38.73 | - |
| YUV | 70.54 | 184.13 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 170 | 0.59 | 0.69 | 0 | 0.33 | 248.64 | 0.53 | 0.44 |
| Hex | 45 | 34 | AA | 3B | 45 | 0 | 21 | F9 | 35 | 2C |
| Octal | 105 | 64 | 252 | 73 | 105 | 0 | 41 | 371 | 65 | 54 |
| Binary | 1000101 | 110100 | 10101010 | 111011 | 1000101 | 0 | 100001 | 11111001 | 110101 | 101100 |
Color Harmonies of #4534AA
Complementary color
Monochromatic Colors of #4534AA
Black with #4534AA
Text Example
Text Example
White with #4534AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4534AA; }
p { color: rgb(69,52,170); }
H1.HeaderClassName
{
color: #4534AA;
}
.AnyTagClassName
{
color: #4534AA;
}
</style>
background-color css
<style>
a { background-color: #4534AA; }
a { background-color: rgb(69,52,170); }
div.DivClassName
{
background-color: #4534AA;
}
.BgClassName
{
background-color: #4534AA;
}
</style>
border-color css
<style>
span { border-color: #4534AA; }
span { border-color: rgb(69,52,170); }
td.TdClassName
{
border-color: #4534AA;
}
.TagClassName
{
border-color: #4534AA;
}
</style>