Shades of Blue Gem #47338B
Tints of Blue Gem #47338B
RGB
CMYK
RGB Variations
Color information
#47338B (or 0x47338B) is known color: Blue Gem. HEX triplet: 47, 33 and 8B. RGB value is (71,51,139). Sum of RGB (Red+Green+Blue) = 71+51+139=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #47338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47338B is #B8CC74. Grayscale: #424242. Windows color (decimal): -12110965 or 9122631. OLE color: 9122631.
HSL color Cylindrical-coordinate representation of color #47338B: hue angle of 253.64º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47338B is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 51 | 139 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.45 |
| HSL | 253.64º | 0.46% | 0.37% | - |
| HSV(B) | 253.64º | 0.63% | 0.55% | - |
| XYZ | 8.44 | 5.57 | 25.06 | - |
| YUV | 67.01 | 168.63 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 139 | 0.49 | 0.63 | 0 | 0.45 | 253.64 | 0.46 | 0.37 |
| Hex | 47 | 33 | 8B | 31 | 3F | 0 | 2D | FE | 2E | 25 |
| Octal | 107 | 63 | 213 | 61 | 77 | 0 | 55 | 376 | 56 | 45 |
| Binary | 1000111 | 110011 | 10001011 | 110001 | 111111 | 0 | 101101 | 11111110 | 101110 | 100101 |
Color Harmonies of #47338B
Complementary color
Monochromatic Colors of #47338B
Black with #47338B
Text Example
Text Example
White with #47338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47338B; }
p { color: rgb(71,51,139); }
H1.HeaderClassName
{
color: #47338B;
}
.AnyTagClassName
{
color: #47338B;
}
</style>
background-color css
<style>
a { background-color: #47338B; }
a { background-color: rgb(71,51,139); }
div.DivClassName
{
background-color: #47338B;
}
.BgClassName
{
background-color: #47338B;
}
</style>
border-color css
<style>
span { border-color: #47338B; }
span { border-color: rgb(71,51,139); }
td.TdClassName
{
border-color: #47338B;
}
.TagClassName
{
border-color: #47338B;
}
</style>