Html Css Color HEX #4B3393 Blue Gem

📋 copy color: '#4B3393'

red 75 ◦ green 51 ◦ blue 147

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

Shades of Blue Gem #4B3393

Tints of Blue Gem #4B3393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.85%

R = 27.47%
G = 18.68%
B = 53.85%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4B3393 (or 0x4B3393) is known color: Blue Gem. HEX triplet: 4B, 33 and 93. RGB value is (75,51,147). Sum of RGB (Red+Green+Blue) = 75+51+147=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B3393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3393 is #B4CC6C. Grayscale: #444444. Windows color (decimal): -11848813 or 9646923. OLE color: 9646923.

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

Color convert

RGB 75 51 147 -
CMYK 0.49 0.65 0 0.42
HSL 255º 0.48% 0.39% -
HSV(B) 255º 0.65% 0.58% -
XYZ 9.35 5.97 28.26 -
YUV 69.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 75 51 147 0.49 0.65 0 0.42 255 0.48 0.39
Hex 4B 33 93 31 41 0 2A FF 30 27
Octal 113 63 223 61 101 0 52 377 60 47
Binary 1001011 110011 10010011 110001 1000001 0 101010 11111111 110000 100111

Color Harmonies of #4B3393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3393

Black with #4B3393

Text Example


Text Example

White with #4B3393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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