Shades of Blue Gem #4B3FA4
Tints of Blue Gem #4B3FA4
RGB
CMYK
RGB Variations
Color information
#4B3FA4 (or 0x4B3FA4) is known color: Blue Gem. HEX triplet: 4B, 3F and A4. RGB value is (75,63,164). Sum of RGB (Red+Green+Blue) = 75+63+164=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 164 (64.45% from 255 or 54.30% from 302); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B3FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3FA4 is #B4C05B. Grayscale: #4D4D4D. Windows color (decimal): -11845724 or 10764107. OLE color: 10764107.
HSL color Cylindrical-coordinate representation of color #4B3FA4: hue angle of 247.13º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B3FA4 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 63 | 164 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.36 |
| HSL | 247.13º | 0.44% | 0.45% | - |
| HSV(B) | 247.13º | 0.62% | 0.64% | - |
| XYZ | 11.38 | 7.73 | 36.01 | - |
| YUV | 78.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 63 | 164 | 0.54 | 0.62 | 0 | 0.36 | 247.13 | 0.44 | 0.45 |
| Hex | 4B | 3F | A4 | 36 | 3E | 0 | 24 | F7 | 2C | 2D |
| Octal | 113 | 77 | 244 | 66 | 76 | 0 | 44 | 367 | 54 | 55 |
| Binary | 1001011 | 111111 | 10100100 | 110110 | 111110 | 0 | 100100 | 11110111 | 101100 | 101101 |
Color Harmonies of #4B3FA4
Complementary color
Monochromatic Colors of #4B3FA4
Black with #4B3FA4
Text Example
Text Example
White with #4B3FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3FA4; }
p { color: rgb(75,63,164); }
H1.HeaderClassName
{
color: #4B3FA4;
}
.AnyTagClassName
{
color: #4B3FA4;
}
</style>
background-color css
<style>
a { background-color: #4B3FA4; }
a { background-color: rgb(75,63,164); }
div.DivClassName
{
background-color: #4B3FA4;
}
.BgClassName
{
background-color: #4B3FA4;
}
</style>
border-color css
<style>
span { border-color: #4B3FA4; }
span { border-color: rgb(75,63,164); }
td.TdClassName
{
border-color: #4B3FA4;
}
.TagClassName
{
border-color: #4B3FA4;
}
</style>