Shades of Blue Gem #4B439F
Tints of Blue Gem #4B439F
RGB
CMYK
RGB Variations
Color information
#4B439F (or 0x4B439F) is known color: Blue Gem. HEX triplet: 4B, 43 and 9F. RGB value is (75,67,159). Sum of RGB (Red+Green+Blue) = 75+67+159=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B439F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B439F is #B4BC60. Grayscale: #4F4F4F. Windows color (decimal): -11844705 or 10437451. OLE color: 10437451.
HSL color Cylindrical-coordinate representation of color #4B439F: hue angle of 245.22º degrees, saturation: 0.41, 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 #4B439F is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 67 | 159 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.38 |
| HSL | 245.22º | 0.41% | 0.44% | - |
| HSV(B) | 245.22º | 0.58% | 0.62% | - |
| XYZ | 11.17 | 8.01 | 33.76 | - |
| YUV | 79.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 159 | 0.53 | 0.58 | 0 | 0.38 | 245.22 | 0.41 | 0.44 |
| Hex | 4B | 43 | 9F | 35 | 3A | 0 | 26 | F5 | 29 | 2C |
| Octal | 113 | 103 | 237 | 65 | 72 | 0 | 46 | 365 | 51 | 54 |
| Binary | 1001011 | 1000011 | 10011111 | 110101 | 111010 | 0 | 100110 | 11110101 | 101001 | 101100 |
Color Harmonies of #4B439F
Complementary color
Monochromatic Colors of #4B439F
Black with #4B439F
Text Example
Text Example
White with #4B439F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B439F; }
p { color: rgb(75,67,159); }
H1.HeaderClassName
{
color: #4B439F;
}
.AnyTagClassName
{
color: #4B439F;
}
</style>
background-color css
<style>
a { background-color: #4B439F; }
a { background-color: rgb(75,67,159); }
div.DivClassName
{
background-color: #4B439F;
}
.BgClassName
{
background-color: #4B439F;
}
</style>
border-color css
<style>
span { border-color: #4B439F; }
span { border-color: rgb(75,67,159); }
td.TdClassName
{
border-color: #4B439F;
}
.TagClassName
{
border-color: #4B439F;
}
</style>