Shades of Blue Gem #4B439C
Tints of Blue Gem #4B439C
RGB
CMYK
RGB Variations
Color information
#4B439C (or 0x4B439C) is known color: Blue Gem. HEX triplet: 4B, 43 and 9C. RGB value is (75,67,156). Sum of RGB (Red+Green+Blue) = 75+67+156=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B439C is #B4BC63. Grayscale: #4F4F4F. Windows color (decimal): -11844708 or 10240843. OLE color: 10240843.
HSL color Cylindrical-coordinate representation of color #4B439C: hue angle of 245.39º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B439C is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 67 | 156 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.39 |
| HSL | 245.39º | 0.4% | 0.44% | - |
| HSV(B) | 245.39º | 0.57% | 0.61% | - |
| XYZ | 10.91 | 7.91 | 32.4 | - |
| YUV | 79.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 156 | 0.52 | 0.57 | 0 | 0.39 | 245.39 | 0.4 | 0.44 |
| Hex | 4B | 43 | 9C | 34 | 39 | 0 | 27 | F5 | 28 | 2C |
| Octal | 113 | 103 | 234 | 64 | 71 | 0 | 47 | 365 | 50 | 54 |
| Binary | 1001011 | 1000011 | 10011100 | 110100 | 111001 | 0 | 100111 | 11110101 | 101000 | 101100 |
Color Harmonies of #4B439C
Complementary color
Monochromatic Colors of #4B439C
Black with #4B439C
Text Example
Text Example
White with #4B439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B439C; }
p { color: rgb(75,67,156); }
H1.HeaderClassName
{
color: #4B439C;
}
.AnyTagClassName
{
color: #4B439C;
}
</style>
background-color css
<style>
a { background-color: #4B439C; }
a { background-color: rgb(75,67,156); }
div.DivClassName
{
background-color: #4B439C;
}
.BgClassName
{
background-color: #4B439C;
}
</style>
border-color css
<style>
span { border-color: #4B439C; }
span { border-color: rgb(75,67,156); }
td.TdClassName
{
border-color: #4B439C;
}
.TagClassName
{
border-color: #4B439C;
}
</style>