#4A3E74

Color #4A3E74 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #4A3E74

Tints of Meteorite #4A3E74

Color information

#4A3E74 (or 0x4A3E74) is unknown color: approx Meteorite. HEX triplet: 4A, 3E and 74. RGB value is (74,62,116). Sum of RGB (Red+Green+Blue) = 74+62+116=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A3E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E74 is #B5C18B. Grayscale: #474747. Windows color (decimal): -11911564 or 7618122. OLE color: 7618122.

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

Color convert

RGB7462116-
CMYK0.360.4700.55
HSL253.33º30.34%34.9%-
HSV(B)253.33º46.55%45.49%-
XYZ7.76.1617.31-
YUV71.74152.98129.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.37%
GREEN value IS 62 (24.61% from 255) = 24.60%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=29.37%
G=24.60%
B=46.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74621160.360.4700.55253.3330.3434.9
Hex4A3E74242F037fd1e23
Octal1127616444570673753643
Binary1001010111110111010010010010111101101111111110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A3E74;
 }
 .AnyTagClassName
 {
   color: #4A3E74;
 }
</style>
background-color css

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

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

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

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

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

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