Shades of Blue Gem #4838AC
Tints of Blue Gem #4838AC
RGB
CMYK
RGB Variations
Color information
#4838AC (or 0x4838AC) is known color: Blue Gem. HEX triplet: 48, 38 and AC. RGB value is (72,56,172). Sum of RGB (Red+Green+Blue) = 72+56+172=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #4838AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4838AC is #B7C753. Grayscale: #494949. Windows color (decimal): -12044116 or 11286600. OLE color: 11286600.
HSL color Cylindrical-coordinate representation of color #4838AC: hue angle of 248.28º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4838AC is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 56 | 172 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.33 |
| HSL | 248.28º | 0.51% | 0.45% | - |
| HSV(B) | 248.28º | 0.67% | 0.67% | - |
| XYZ | 11.53 | 7.18 | 39.81 | - |
| YUV | 74.01 | 183.3 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 172 | 0.58 | 0.67 | 0 | 0.33 | 248.28 | 0.51 | 0.45 |
| Hex | 48 | 38 | AC | 3A | 43 | 0 | 21 | F8 | 33 | 2D |
| Octal | 110 | 70 | 254 | 72 | 103 | 0 | 41 | 370 | 63 | 55 |
| Binary | 1001000 | 111000 | 10101100 | 111010 | 1000011 | 0 | 100001 | 11111000 | 110011 | 101101 |
Color Harmonies of #4838AC
Complementary color
Monochromatic Colors of #4838AC
Black with #4838AC
Text Example
Text Example
White with #4838AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4838AC; }
p { color: rgb(72,56,172); }
H1.HeaderClassName
{
color: #4838AC;
}
.AnyTagClassName
{
color: #4838AC;
}
</style>
background-color css
<style>
a { background-color: #4838AC; }
a { background-color: rgb(72,56,172); }
div.DivClassName
{
background-color: #4838AC;
}
.BgClassName
{
background-color: #4838AC;
}
</style>
border-color css
<style>
span { border-color: #4838AC; }
span { border-color: rgb(72,56,172); }
td.TdClassName
{
border-color: #4838AC;
}
.TagClassName
{
border-color: #4838AC;
}
</style>