Html Css Color HEX #4B3291 Blue Gem

📋 copy color: '#4B3291'

red 75 ◦ green 50 ◦ blue 145

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

Shades of Blue Gem #4B3291

Tints of Blue Gem #4B3291

RGB

 RED value IS 75 (29.69% from 255) = 27.78%

 GREEN value IS 50 (19.92% from 255) = 18.52%

 BLUE value IS 145 (57.03% from 255) = 53.7%

R = 27.78%
G = 18.52%
B = 53.7%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B3291 (or 0x4B3291) is known color: Blue Gem. HEX triplet: 4B, 32 and 91. RGB value is (75,50,145). Sum of RGB (Red+Green+Blue) = 75+50+145=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B3291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3291 is #B4CD6E. Grayscale: #434343. Windows color (decimal): -11849071 or 9515595. OLE color: 9515595.

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

Color convert

RGB 75 50 145 -
CMYK 0.48 0.66 0 0.43
HSL 255.79º 0.49% 0.38% -
HSV(B) 255.79º 0.66% 0.57% -
XYZ 9.15 5.82 27.43 -
YUV 68.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 75 50 145 0.48 0.66 0 0.43 255.79 0.49 0.38
Hex 4B 32 91 30 42 0 2B 100 31 26
Octal 113 62 221 60 102 0 53 400 61 46
Binary 1001011 110010 10010001 110000 1000010 0 101011 100000000 110001 100110

Color Harmonies of #4B3291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3291

Black with #4B3291

Text Example


Text Example

White with #4B3291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B3291;
 }
 .AnyTagClassName
 {
   color: #4B3291;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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