Shades of Blue Gem #4838AA
Tints of Blue Gem #4838AA
RGB
CMYK
RGB Variations
Color information
#4838AA (or 0x4838AA) is known color: Blue Gem. HEX triplet: 48, 38 and AA. RGB value is (72,56,170). Sum of RGB (Red+Green+Blue) = 72+56+170=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #4838AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4838AA is #B7C755. Grayscale: #494949. Windows color (decimal): -12044118 or 11155528. OLE color: 11155528.
HSL color Cylindrical-coordinate representation of color #4838AA: hue angle of 248.42º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4838AA is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 56 | 170 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.33 |
| HSL | 248.42º | 0.5% | 0.44% | - |
| HSV(B) | 248.42º | 0.67% | 0.67% | - |
| XYZ | 11.34 | 7.11 | 38.8 | - |
| YUV | 73.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 170 | 0.58 | 0.67 | 0 | 0.33 | 248.42 | 0.5 | 0.44 |
| Hex | 48 | 38 | AA | 3A | 43 | 0 | 21 | F8 | 32 | 2C |
| Octal | 110 | 70 | 252 | 72 | 103 | 0 | 41 | 370 | 62 | 54 |
| Binary | 1001000 | 111000 | 10101010 | 111010 | 1000011 | 0 | 100001 | 11111000 | 110010 | 101100 |
Color Harmonies of #4838AA
Complementary color
Monochromatic Colors of #4838AA
Black with #4838AA
Text Example
Text Example
White with #4838AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4838AA; }
p { color: rgb(72,56,170); }
H1.HeaderClassName
{
color: #4838AA;
}
.AnyTagClassName
{
color: #4838AA;
}
</style>
background-color css
<style>
a { background-color: #4838AA; }
a { background-color: rgb(72,56,170); }
div.DivClassName
{
background-color: #4838AA;
}
.BgClassName
{
background-color: #4838AA;
}
</style>
border-color css
<style>
span { border-color: #4838AA; }
span { border-color: rgb(72,56,170); }
td.TdClassName
{
border-color: #4838AA;
}
.TagClassName
{
border-color: #4838AA;
}
</style>