Html Css Color HEX #4B3991 Blue Gem

📋 copy color: '#4B3991'

red 75 ◦ green 57 ◦ blue 145

#4B3991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4B3991

Tints of Blue Gem #4B3991

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 value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B3991 (or 0x4B3991) is known color: 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

RGB 75 57 145 -
CMYK 0.48 0.61 0 0.43
HSL 252.27º 0.44% 0.4% -
HSV(B) 252.27º 0.61% 0.57% -
XYZ 9.48 6.47 27.54 -
YUV 72.41 168.96 129.84 -
System Red Green Blue C M Y K H S L
Decimal 75 57 145 0.48 0.61 0 0.43 252.27 0.44 0.4
Hex 4B 39 91 30 3D 0 2B FC 2C 28
Octal 113 71 221 60 75 0 53 374 54 50
Binary 1001011 111001 10010001 110000 111101 0 101011 11111100 101100 101000

Color Harmonies of #4B3991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3991

Black with #4B3991

Text Example


Text Example

White with #4B3991

Text Example


Text Example

HTML Codes & Css Web 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>