Shades of Blue Gem #4B439E
Tints of Blue Gem #4B439E
RGB
CMYK
RGB Variations
Color information
#4B439E (or 0x4B439E) is known color: Blue Gem. HEX triplet: 4B, 43 and 9E. RGB value is (75,67,158). Sum of RGB (Red+Green+Blue) = 75+67+158=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B439E is #B4BC61. Grayscale: #4F4F4F. Windows color (decimal): -11844706 or 10371915. OLE color: 10371915.
HSL color Cylindrical-coordinate representation of color #4B439E: hue angle of 245.27º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B439E is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 67 | 158 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.38 |
| HSL | 245.27º | 0.4% | 0.44% | - |
| HSV(B) | 245.27º | 0.58% | 0.62% | - |
| XYZ | 11.08 | 7.98 | 33.3 | - |
| YUV | 79.77 | 172.15 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 158 | 0.53 | 0.58 | 0 | 0.38 | 245.27 | 0.4 | 0.44 |
| Hex | 4B | 43 | 9E | 35 | 3A | 0 | 26 | F5 | 28 | 2C |
| Octal | 113 | 103 | 236 | 65 | 72 | 0 | 46 | 365 | 50 | 54 |
| Binary | 1001011 | 1000011 | 10011110 | 110101 | 111010 | 0 | 100110 | 11110101 | 101000 | 101100 |
Color Harmonies of #4B439E
Complementary color
Monochromatic Colors of #4B439E
Black with #4B439E
Text Example
Text Example
White with #4B439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B439E; }
p { color: rgb(75,67,158); }
H1.HeaderClassName
{
color: #4B439E;
}
.AnyTagClassName
{
color: #4B439E;
}
</style>
background-color css
<style>
a { background-color: #4B439E; }
a { background-color: rgb(75,67,158); }
div.DivClassName
{
background-color: #4B439E;
}
.BgClassName
{
background-color: #4B439E;
}
</style>
border-color css
<style>
span { border-color: #4B439E; }
span { border-color: rgb(75,67,158); }
td.TdClassName
{
border-color: #4B439E;
}
.TagClassName
{
border-color: #4B439E;
}
</style>