Shades of Blue Gem #4637AA
Tints of Blue Gem #4637AA
RGB
CMYK
RGB Variations
Color information
#4637AA (or 0x4637AA) is known color: Blue Gem. HEX triplet: 46, 37 and AA. RGB value is (70,55,170). Sum of RGB (Red+Green+Blue) = 70+55+170=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #4637AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4637AA is #B9C855. Grayscale: #484848. Windows color (decimal): -12175446 or 11155270. OLE color: 11155270.
HSL color Cylindrical-coordinate representation of color #4637AA: hue angle of 247.83º 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 #4637AA is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 55 | 170 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.33 |
| HSL | 247.83º | 0.51% | 0.44% | - |
| HSV(B) | 247.83º | 0.68% | 0.67% | - |
| XYZ | 11.15 | 6.94 | 38.78 | - |
| YUV | 72.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 170 | 0.59 | 0.68 | 0 | 0.33 | 247.83 | 0.51 | 0.44 |
| Hex | 46 | 37 | AA | 3B | 44 | 0 | 21 | F8 | 33 | 2C |
| Octal | 106 | 67 | 252 | 73 | 104 | 0 | 41 | 370 | 63 | 54 |
| Binary | 1000110 | 110111 | 10101010 | 111011 | 1000100 | 0 | 100001 | 11111000 | 110011 | 101100 |
Color Harmonies of #4637AA
Complementary color
Monochromatic Colors of #4637AA
Black with #4637AA
Text Example
Text Example
White with #4637AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4637AA; }
p { color: rgb(70,55,170); }
H1.HeaderClassName
{
color: #4637AA;
}
.AnyTagClassName
{
color: #4637AA;
}
</style>
background-color css
<style>
a { background-color: #4637AA; }
a { background-color: rgb(70,55,170); }
div.DivClassName
{
background-color: #4637AA;
}
.BgClassName
{
background-color: #4637AA;
}
</style>
border-color css
<style>
span { border-color: #4637AA; }
span { border-color: rgb(70,55,170); }
td.TdClassName
{
border-color: #4637AA;
}
.TagClassName
{
border-color: #4637AA;
}
</style>