#4A3C5B

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

Shades of Meteorite #4A3C5B

Tints of Meteorite #4A3C5B

Color information

#4A3C5B (or 0x4A3C5B) is unknown color: approx Meteorite. HEX triplet: 4A, 3C and 5B. RGB value is (74,60,91). Sum of RGB (Red+Green+Blue) = 74+60+91=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A3C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3C5B is #B5C3A4. Grayscale: #434343. Windows color (decimal): -11912101 or 5979210. OLE color: 5979210.

HSL color Cylindrical-coordinate representation of color #4A3C5B: hue angle of 267.1º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A3C5B is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB746091-
CMYK0.190.3400.64
HSL267.1º20.53%29.61%-
HSV(B)267.1º34.07%35.69%-
XYZ6.335.4410.61-
YUV67.72141.14132.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.89%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=32.89%
G=26.67%
B=40.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7460910.190.3400.64267.120.5329.61
Hex4A3C5B132204010b151e
Octal11274133234201004132536
Binary1001010111100101101110011100010010000001000010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,60,91); }

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

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

 a { background-color: rgb(74,60,91); }

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

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

 span { border-color: rgb(74,60,91); }

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