#4A3661

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

Shades of Meteorite #4A3661

Tints of Meteorite #4A3661

Color information

#4A3661 (or 0x4A3661) is unknown color: approx Meteorite. HEX triplet: 4A, 36 and 61. RGB value is (74,54,97). Sum of RGB (Red+Green+Blue) = 74+54+97=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A3661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3661 is #B5C99E. Grayscale: #404040. Windows color (decimal): -11913631 or 6370890. OLE color: 6370890.

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

Color convert

RGB745497-
CMYK0.240.4400.62
HSL267.91º28.48%29.61%-
HSV(B)267.91º44.33%38.04%-
XYZ6.34.9611.93-
YUV64.88146.13134.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.89%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=32.89%
G=24%
B=43.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7454970.240.4400.62267.9128.4829.61
Hex4A3661182C03E10c1c1e
Octal1126614130540764143436
Binary100101011011011000011100010110001111101000011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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