Html Css Color HEX #4B3392 Blue Gem

📋 copy color: '#4B3392'

red 75 ◦ green 51 ◦ blue 146

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

Shades of Blue Gem #4B3392

Tints of Blue Gem #4B3392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 27.57%
G = 18.75%
B = 53.68%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B3392 (or 0x4B3392) is known color: Blue Gem. HEX triplet: 4B, 33 and 92. RGB value is (75,51,146). Sum of RGB (Red+Green+Blue) = 75+51+146=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #4B3392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3392 is #B4CC6D. Grayscale: #444444. Windows color (decimal): -11848814 or 9581387. OLE color: 9581387.

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

Color convert

RGB 75 51 146 -
CMYK 0.49 0.65 0 0.43
HSL 255.16º 0.48% 0.39% -
HSV(B) 255.16º 0.65% 0.57% -
XYZ 9.27 5.94 27.85 -
YUV 69.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 75 51 146 0.49 0.65 0 0.43 255.16 0.48 0.39
Hex 4B 33 92 31 41 0 2B FF 30 27
Octal 113 63 222 61 101 0 53 377 60 47
Binary 1001011 110011 10010010 110001 1000001 0 101011 11111111 110000 100111

Color Harmonies of #4B3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3392

Black with #4B3392

Text Example


Text Example

White with #4B3392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,51,146); }

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

background-color css

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

 a { background-color: rgb(75,51,146); }

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

border-color css

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

 span { border-color: rgb(75,51,146); }

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