Html Css Color HEX #4A3E95 Blue Gem

📋 copy color: '#4A3E95'

red 74 ◦ green 62 ◦ blue 149

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

Shades of Blue Gem #4A3E95

Tints of Blue Gem #4A3E95

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.75%

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

R = 25.96%
G = 21.75%
B = 52.28%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A3E95 (or 0x4A3E95) is known color: Blue Gem. HEX triplet: 4A, 3E and 95. RGB value is (74,62,149). Sum of RGB (Red+Green+Blue) = 74+62+149=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A3E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3E95 is #B5C16A. Grayscale: #4B4B4B. Windows color (decimal): -11911531 or 9780810. OLE color: 9780810.

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

Color convert

RGB 74 62 149 -
CMYK 0.50 0.58 0 0.42
HSL 248.28º 0.41% 0.41% -
HSV(B) 248.28º 0.58% 0.58% -
XYZ 9.97 7.07 29.27 -
YUV 75.51 169.48 126.93 -
System Red Green Blue C M Y K H S L
Decimal 74 62 149 0.50 0.58 0 0.42 248.28 0.41 0.41
Hex 4A 3E 95 32 3A 0 2A F8 29 29
Octal 112 76 225 62 72 0 52 370 51 51
Binary 1001010 111110 10010101 110010 111010 0 101010 11111000 101001 101001

Color Harmonies of #4A3E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3E95

Black with #4A3E95

Text Example


Text Example

White with #4A3E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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