Shades of Blue Gem #4738AC
Tints of Blue Gem #4738AC
RGB
CMYK
RGB Variations
Color information
#4738AC (or 0x4738AC) is known color: Blue Gem. HEX triplet: 47, 38 and AC. RGB value is (71,56,172). Sum of RGB (Red+Green+Blue) = 71+56+172=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #4738AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4738AC is #B8C753. Grayscale: #494949. Windows color (decimal): -12109652 or 11286599. OLE color: 11286599.
HSL color Cylindrical-coordinate representation of color #4738AC: hue angle of 247.76º 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 #4738AC is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 56 | 172 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.33 |
| HSL | 247.76º | 0.51% | 0.45% | - |
| HSV(B) | 247.76º | 0.67% | 0.67% | - |
| XYZ | 11.46 | 7.15 | 39.81 | - |
| YUV | 73.71 | 183.47 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 172 | 0.59 | 0.67 | 0 | 0.33 | 247.76 | 0.51 | 0.45 |
| Hex | 47 | 38 | AC | 3B | 43 | 0 | 21 | F8 | 33 | 2D |
| Octal | 107 | 70 | 254 | 73 | 103 | 0 | 41 | 370 | 63 | 55 |
| Binary | 1000111 | 111000 | 10101100 | 111011 | 1000011 | 0 | 100001 | 11111000 | 110011 | 101101 |
Color Harmonies of #4738AC
Complementary color
Monochromatic Colors of #4738AC
Black with #4738AC
Text Example
Text Example
White with #4738AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4738AC; }
p { color: rgb(71,56,172); }
H1.HeaderClassName
{
color: #4738AC;
}
.AnyTagClassName
{
color: #4738AC;
}
</style>
background-color css
<style>
a { background-color: #4738AC; }
a { background-color: rgb(71,56,172); }
div.DivClassName
{
background-color: #4738AC;
}
.BgClassName
{
background-color: #4738AC;
}
</style>
border-color css
<style>
span { border-color: #4738AC; }
span { border-color: rgb(71,56,172); }
td.TdClassName
{
border-color: #4738AC;
}
.TagClassName
{
border-color: #4738AC;
}
</style>