Html Css Color HEX #4A3970 Meteorite

📋 copy color: '#4A3970'

red 74 ◦ green 57 ◦ blue 112

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

Shades of Meteorite #4A3970

Tints of Meteorite #4A3970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.09%

R = 30.45%
G = 23.46%
B = 46.09%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A3970 (or 0x4A3970) is known color: Meteorite. HEX triplet: 4A, 39 and 70. RGB value is (74,57,112). Sum of RGB (Red+Green+Blue) = 74+57+112=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A3970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3970 is #B5C68F. Grayscale: #444444. Windows color (decimal): -11912848 or 7354698. OLE color: 7354698.

HSL color Cylindrical-coordinate representation of color #4A3970: hue angle of 258.55º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A3970 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 57 112 -
CMYK 0.34 0.49 0 0.56
HSL 258.55º 0.33% 0.33% -
HSV(B) 258.55º 0.49% 0.44% -
XYZ 7.21 5.55 16.02 -
YUV 68.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 74 57 112 0.34 0.49 0 0.56 258.55 0.33 0.33
Hex 4A 39 70 22 31 0 38 103 21 21
Octal 112 71 160 42 61 0 70 403 41 41
Binary 1001010 111001 1110000 100010 110001 0 111000 100000011 100001 100001

Color Harmonies of #4A3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3970

Black with #4A3970

Text Example


Text Example

White with #4A3970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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