Html Css Color HEX #4B3192 Blue Gem

📋 copy color: '#4B3192'

red 75 ◦ green 49 ◦ blue 146

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

Shades of Blue Gem #4B3192

Tints of Blue Gem #4B3192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

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

R = 27.78%
G = 18.15%
B = 54.07%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B3192 (or 0x4B3192) is known color: Blue Gem. HEX triplet: 4B, 31 and 92. RGB value is (75,49,146). Sum of RGB (Red+Green+Blue) = 75+49+146=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #4B3192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3192 is #B4CE6D. Grayscale: #434343. Windows color (decimal): -11849326 or 9580875. OLE color: 9580875.

HSL color Cylindrical-coordinate representation of color #4B3192: hue angle of 256.08º degrees, saturation: 0.5, 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 #4B3192 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 49 146 -
CMYK 0.49 0.66 0 0.43
HSL 256.08º 0.5% 0.38% -
HSV(B) 256.08º 0.66% 0.57% -
XYZ 9.19 5.77 27.82 -
YUV 67.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 75 49 146 0.49 0.66 0 0.43 256.08 0.5 0.38
Hex 4B 31 92 31 42 0 2B 100 32 26
Octal 113 61 222 61 102 0 53 400 62 46
Binary 1001011 110001 10010010 110001 1000010 0 101011 100000000 110010 100110

Color Harmonies of #4B3192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3192

Black with #4B3192

Text Example


Text Example

White with #4B3192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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