Html Css Color HEX #4B2591 Blue Gem

📋 copy color: '#4B2591'

red 75 ◦ green 37 ◦ blue 145

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

Shades of Blue Gem #4B2591

Tints of Blue Gem #4B2591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.4%

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

R = 29.18%
G = 14.4%
B = 56.42%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B2591 (or 0x4B2591) is known color: Blue Gem. HEX triplet: 4B, 25 and 91. RGB value is (75,37,145). Sum of RGB (Red+Green+Blue) = 75+37+145=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B2591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2591 is #B4DA6E. Grayscale: #3C3C3C. Windows color (decimal): -11852399 or 9512267. OLE color: 9512267.

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

Color convert

RGB 75 37 145 -
CMYK 0.48 0.74 0 0.43
HSL 261.11º 0.59% 0.36% -
HSV(B) 261.11º 0.74% 0.57% -
XYZ 8.67 4.86 27.27 -
YUV 60.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 75 37 145 0.48 0.74 0 0.43 261.11 0.59 0.36
Hex 4B 25 91 30 4A 0 2B 105 3B 24
Octal 113 45 221 60 112 0 53 405 73 44
Binary 1001011 100101 10010001 110000 1001010 0 101011 100000101 111011 100100

Color Harmonies of #4B2591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2591

Black with #4B2591

Text Example


Text Example

White with #4B2591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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