Html Css Color HEX #4A3392 Blue Gem

📋 copy color: '#4A3392'

red 74 ◦ green 51 ◦ blue 146

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

Shades of Blue Gem #4A3392

Tints of Blue Gem #4A3392

RGB

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

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

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

R = 27.31%
G = 18.82%
B = 53.87%

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

#4A3392 (or 0x4A3392) is known color: Blue Gem. HEX triplet: 4A, 33 and 92. RGB value is (74,51,146). Sum of RGB (Red+Green+Blue) = 74+51+146=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A3392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3392 is #B5CC6D. Grayscale: #444444. Windows color (decimal): -11914350 or 9581386. OLE color: 9581386.

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

Color convert

RGB 74 51 146 -
CMYK 0.49 0.65 0 0.43
HSL 254.53º 0.48% 0.39% -
HSV(B) 254.53º 0.65% 0.57% -
XYZ 9.2 5.9 27.85 -
YUV 68.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 74 51 146 0.49 0.65 0 0.43 254.53 0.48 0.39
Hex 4A 33 92 31 41 0 2B FF 30 27
Octal 112 63 222 61 101 0 53 377 60 47
Binary 1001010 110011 10010010 110001 1000001 0 101011 11111111 110000 100111

Color Harmonies of #4A3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3392

Black with #4A3392

Text Example


Text Example

White with #4A3392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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