Html Css Color HEX #4A3570 Meteorite

📋 copy color: '#4A3570'

red 74 ◦ green 53 ◦ blue 112

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

Shades of Meteorite #4A3570

Tints of Meteorite #4A3570

RGB

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

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

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

R = 30.96%
G = 22.18%
B = 46.86%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A3570 (or 0x4A3570) is known color: Meteorite. HEX triplet: 4A, 35 and 70. RGB value is (74,53,112). Sum of RGB (Red+Green+Blue) = 74+53+112=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A3570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3570 is #B5CA8F. Grayscale: #414141. Windows color (decimal): -11913872 or 7353674. OLE color: 7353674.

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

Color convert

RGB 74 53 112 -
CMYK 0.34 0.53 0 0.56
HSL 261.36º 0.36% 0.32% -
HSV(B) 261.36º 0.53% 0.44% -
XYZ 7.02 5.17 15.96 -
YUV 66.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 74 53 112 0.34 0.53 0 0.56 261.36 0.36 0.32
Hex 4A 35 70 22 35 0 38 105 24 20
Octal 112 65 160 42 65 0 70 405 44 40
Binary 1001010 110101 1110000 100010 110101 0 111000 100000101 100100 100000

Color Harmonies of #4A3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3570

Black with #4A3570

Text Example


Text Example

White with #4A3570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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