Shades of Blue Gem #4537AB
Tints of Blue Gem #4537AB
RGB
CMYK
RGB Variations
Color information
#4537AB (or 0x4537AB) is known color: Blue Gem. HEX triplet: 45, 37 and AB. RGB value is (69,55,171). Sum of RGB (Red+Green+Blue) = 69+55+171=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #4537AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4537AB is #BAC854. Grayscale: #474747. Windows color (decimal): -12240981 or 11220805. OLE color: 11220805.
HSL color Cylindrical-coordinate representation of color #4537AB: hue angle of 247.24º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4537AB is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 55 | 171 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.33 |
| HSL | 247.24º | 0.51% | 0.44% | - |
| HSV(B) | 247.24º | 0.68% | 0.67% | - |
| XYZ | 11.17 | 6.94 | 39.28 | - |
| YUV | 72.41 | 183.64 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 171 | 0.60 | 0.68 | 0 | 0.33 | 247.24 | 0.51 | 0.44 |
| Hex | 45 | 37 | AB | 3C | 44 | 0 | 21 | F7 | 33 | 2C |
| Octal | 105 | 67 | 253 | 74 | 104 | 0 | 41 | 367 | 63 | 54 |
| Binary | 1000101 | 110111 | 10101011 | 111100 | 1000100 | 0 | 100001 | 11110111 | 110011 | 101100 |
Color Harmonies of #4537AB
Complementary color
Monochromatic Colors of #4537AB
Black with #4537AB
Text Example
Text Example
White with #4537AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4537AB; }
p { color: rgb(69,55,171); }
H1.HeaderClassName
{
color: #4537AB;
}
.AnyTagClassName
{
color: #4537AB;
}
</style>
background-color css
<style>
a { background-color: #4537AB; }
a { background-color: rgb(69,55,171); }
div.DivClassName
{
background-color: #4537AB;
}
.BgClassName
{
background-color: #4537AB;
}
</style>
border-color css
<style>
span { border-color: #4537AB; }
span { border-color: rgb(69,55,171); }
td.TdClassName
{
border-color: #4537AB;
}
.TagClassName
{
border-color: #4537AB;
}
</style>