Html Css Color HEX #4A3572 Meteorite

📋 copy color: '#4A3572'

red 74 ◦ green 53 ◦ blue 114

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

Shades of Meteorite #4A3572

Tints of Meteorite #4A3572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

 BLUE value IS 114 (44.92% from 255) = 47.3%

R = 30.71%
G = 21.99%
B = 47.3%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A3572 (or 0x4A3572) is known color: Meteorite. HEX triplet: 4A, 35 and 72. RGB value is (74,53,114). Sum of RGB (Red+Green+Blue) = 74+53+114=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A3572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3572 is #B5CA8D. Grayscale: #424242. Windows color (decimal): -11913870 or 7484746. OLE color: 7484746.

HSL color Cylindrical-coordinate representation of color #4A3572: hue angle of 260.66º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A3572 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 53 114 -
CMYK 0.35 0.54 0 0.55
HSL 260.66º 0.37% 0.33% -
HSV(B) 260.66º 0.54% 0.45% -
XYZ 7.13 5.22 16.55 -
YUV 66.23 154.96 133.54 -
System Red Green Blue C M Y K H S L
Decimal 74 53 114 0.35 0.54 0 0.55 260.66 0.37 0.33
Hex 4A 35 72 23 36 0 37 105 25 21
Octal 112 65 162 43 66 0 67 405 45 41
Binary 1001010 110101 1110010 100011 110110 0 110111 100000101 100101 100001

Color Harmonies of #4A3572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3572

Black with #4A3572

Text Example


Text Example

White with #4A3572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,53,114); }

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

background-color css

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

 a { background-color: rgb(74,53,114); }

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

border-color css

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

 span { border-color: rgb(74,53,114); }

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