#4A3660

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

Shades of Meteorite #4A3660

Tints of Meteorite #4A3660

Color information

#4A3660 (or 0x4A3660) is unknown color: approx Meteorite. HEX triplet: 4A, 36 and 60. RGB value is (74,54,96). Sum of RGB (Red+Green+Blue) = 74+54+96=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A3660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3660 is #B5C99F. Grayscale: #404040. Windows color (decimal): -11913632 or 6305354. OLE color: 6305354.

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

Color convert

RGB745496-
CMYK0.230.4400.62
HSL268.57º28%29.41%-
HSV(B)268.57º43.75%37.65%-
XYZ6.254.9411.69-
YUV64.77145.63134.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=33.04%
G=24.11%
B=42.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7454960.230.4400.62268.572829.41
Hex4A3660172C03E10d1c1d
Octal1126614027540764153435
Binary100101011011011000001011110110001111101000011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,54,96); }

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

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

 a { background-color: rgb(74,54,96); }

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

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

 span { border-color: rgb(74,54,96); }

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