#4B3991

Color #4B3991 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4B3991

Tints of Blue Gem #4B3991

Color information

#4B3991 (or 0x4B3991) is unknown color: approx Blue Gem. HEX triplet: 4B, 39 and 91. RGB value is (75,57,145). Sum of RGB (Red+Green+Blue) = 75+57+145=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B3991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3991 is #B4C66E. Grayscale: #484848. Windows color (decimal): -11847279 or 9517387. OLE color: 9517387.

HSL color Cylindrical-coordinate representation of color #4B3991: hue angle of 252.27º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B3991 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7557145-
CMYK0.480.6100.43
HSL252.27º43.56%39.61%-
HSV(B)252.27º60.69%56.86%-
XYZ9.486.4727.54-
YUV72.41168.96129.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 27.08%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 145 (57.03% from 255) = 52.35%
R=27.08%
G=20.58%
B=52.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75571450.480.6100.43252.2743.5639.61
Hex4B3991303D02Bfc2c28
Octal1137122160750533745450
Binary100101111100110010001110000111101010101111111100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B3991; }

 p { color: rgb(75,57,145); }

 H1.HeaderClassName
 {
   color: #4B3991;
 }
 .AnyTagClassName
 {
   color: #4B3991;
 }
</style>
background-color css

<style>
 a { background-color: #4B3991; }

 a { background-color: rgb(75,57,145); }

 div.DivClassName
 {
   background-color: #4B3991;
 }
 .BgClassName
 {
   background-color: #4B3991;
 }
</style>
border-color css

<style>
 span { border-color: #4B3991; }

 span { border-color: rgb(75,57,145); }

 td.TdClassName
 {
   border-color: #4B3991;
 }
 .TagClassName
 {
   border-color: #4B3991;
 }
</style>