#4A395C

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

Shades of Meteorite #4A395C

Tints of Meteorite #4A395C

Color information

#4A395C (or 0x4A395C) is unknown color: approx Meteorite. HEX triplet: 4A, 39 and 5C. RGB value is (74,57,92). Sum of RGB (Red+Green+Blue) = 74+57+92=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A395C is #B5C6A3. Grayscale: #414141. Windows color (decimal): -11912868 or 6043978. OLE color: 6043978.

HSL color Cylindrical-coordinate representation of color #4A395C: hue angle of 269.14º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A395C is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB745792-
CMYK0.200.3800.64
HSL269.14º23.49%29.22%-
HSV(B)269.14º38.04%36.08%-
XYZ6.225.1510.79-
YUV66.07142.63133.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 57 (22.66% from 255) = 25.56%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=33.18%
G=25.56%
B=41.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7457920.200.3800.64269.1423.4929.22
Hex4A395C142604010d171d
Octal11271134244601004152735
Binary1001010111001101110010100100110010000001000011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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