Html Css Color HEX #4A3192 Blue Gem

📋 copy color: '#4A3192'

red 74 ◦ green 49 ◦ blue 146

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

Shades of Blue Gem #4A3192

Tints of Blue Gem #4A3192

RGB

 RED value IS 74 (29.3% from 255) = 27.51%

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

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

R = 27.51%
G = 18.22%
B = 54.28%

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

#4A3192 (or 0x4A3192) is known color: Blue Gem. HEX triplet: 4A, 31 and 92. RGB value is (74,49,146). Sum of RGB (Red+Green+Blue) = 74+49+146=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A3192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3192 is #B5CE6D. Grayscale: #434343. Windows color (decimal): -11914862 or 9580874. OLE color: 9580874.

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

Color convert

RGB 74 49 146 -
CMYK 0.49 0.66 0 0.43
HSL 255.46º 0.5% 0.38% -
HSV(B) 255.46º 0.66% 0.57% -
XYZ 9.11 5.73 27.82 -
YUV 67.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 74 49 146 0.49 0.66 0 0.43 255.46 0.5 0.38
Hex 4A 31 92 31 42 0 2B FF 32 26
Octal 112 61 222 61 102 0 53 377 62 46
Binary 1001010 110001 10010010 110001 1000010 0 101011 11111111 110010 100110

Color Harmonies of #4A3192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3192

Black with #4A3192

Text Example


Text Example

White with #4A3192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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