Html Css Color HEX #4A39AA Blue Gem

📋 copy color: '#4A39AA'

red 74 ◦ green 57 ◦ blue 170

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

Shades of Blue Gem #4A39AA

Tints of Blue Gem #4A39AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.94%

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 24.58%
G = 18.94%
B = 56.48%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A39AA (or 0x4A39AA) is known color: Blue Gem. HEX triplet: 4A, 39 and AA. RGB value is (74,57,170). Sum of RGB (Red+Green+Blue) = 74+57+170=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A39AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A39AA is #B5C655. Grayscale: #4A4A4A. Windows color (decimal): -11912790 or 11155786. OLE color: 11155786.

HSL color Cylindrical-coordinate representation of color #4A39AA: hue angle of 249.03º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A39AA is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 57 170 -
CMYK 0.56 0.66 0 0.33
HSL 249.03º 0.5% 0.45% -
HSV(B) 249.03º 0.66% 0.67% -
XYZ 11.54 7.28 38.83 -
YUV 74.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 74 57 170 0.56 0.66 0 0.33 249.03 0.5 0.45
Hex 4A 39 AA 38 42 0 21 F9 32 2D
Octal 112 71 252 70 102 0 41 371 62 55
Binary 1001010 111001 10101010 111000 1000010 0 100001 11111001 110010 101101

Color Harmonies of #4A39AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A39AA

Black with #4A39AA

Text Example


Text Example

White with #4A39AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,57,170); }

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

background-color css

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

 a { background-color: rgb(74,57,170); }

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

border-color css

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

 span { border-color: rgb(74,57,170); }

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