Html Css Color HEX #4A2095 Blue Gem

📋 copy color: '#4A2095'

red 74 ◦ green 32 ◦ blue 149

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

Shades of Blue Gem #4A2095

Tints of Blue Gem #4A2095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.55%

 BLUE value IS 149 (58.59% from 255) = 58.43%

R = 29.02%
G = 12.55%
B = 58.43%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A2095 (or 0x4A2095) is known color: Blue Gem. HEX triplet: 4A, 20 and 95. RGB value is (74,32,149). Sum of RGB (Red+Green+Blue) = 74+32+149=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A2095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2095 is #B5DF6A. Grayscale: #393939. Windows color (decimal): -11919211 or 9773130. OLE color: 9773130.

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

Color convert

RGB 74 32 149 -
CMYK 0.50 0.79 0 0.42
HSL 261.54º 0.65% 0.35% -
HSV(B) 261.54º 0.79% 0.58% -
XYZ 8.77 4.66 28.87 -
YUV 57.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 74 32 149 0.50 0.79 0 0.42 261.54 0.65 0.35
Hex 4A 20 95 32 4F 0 2A 106 41 23
Octal 112 40 225 62 117 0 52 406 101 43
Binary 1001010 100000 10010101 110010 1001111 0 101010 100000110 1000001 100011

Color Harmonies of #4A2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2095

Black with #4A2095

Text Example


Text Example

White with #4A2095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,32,149); }

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

background-color css

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

 a { background-color: rgb(74,32,149); }

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

border-color css

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

 span { border-color: rgb(74,32,149); }

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