Html Css Color HEX #4A3292 Blue Gem

📋 copy color: '#4A3292'

red 74 ◦ green 50 ◦ blue 146

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

Shades of Blue Gem #4A3292

Tints of Blue Gem #4A3292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.52%

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

R = 27.41%
G = 18.52%
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

#4A3292 (or 0x4A3292) is known color: Blue Gem. HEX triplet: 4A, 32 and 92. RGB value is (74,50,146). Sum of RGB (Red+Green+Blue) = 74+50+146=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 50 (19.92% from 255 or 18.52% 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 #4A3292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3292 is #B5CD6D. Grayscale: #434343. Windows color (decimal): -11914606 or 9581130. OLE color: 9581130.

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

Color convert

RGB 74 50 146 -
CMYK 0.49 0.66 0 0.43
HSL 255º 0.49% 0.38% -
HSV(B) 255º 0.66% 0.57% -
XYZ 9.15 5.81 27.83 -
YUV 68.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 74 50 146 0.49 0.66 0 0.43 255 0.49 0.38
Hex 4A 32 92 31 42 0 2B FF 31 26
Octal 112 62 222 61 102 0 53 377 61 46
Binary 1001010 110010 10010010 110001 1000010 0 101011 11111111 110001 100110

Color Harmonies of #4A3292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3292

Black with #4A3292

Text Example


Text Example

White with #4A3292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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