#4A3760

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

Shades of Meteorite #4A3760

Tints of Meteorite #4A3760

Color information

#4A3760 (or 0x4A3760) is unknown color: approx Meteorite. HEX triplet: 4A, 37 and 60. RGB value is (74,55,96). Sum of RGB (Red+Green+Blue) = 74+55+96=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A3760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3760 is #B5C89F. Grayscale: #414141. Windows color (decimal): -11913376 or 6305610. OLE color: 6305610.

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

Color convert

RGB745596-
CMYK0.230.4300.62
HSL267.8º27.15%29.61%-
HSV(B)267.8º42.71%37.65%-
XYZ6.35.0311.71-
YUV65.35145.29134.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.89%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=32.89%
G=24.44%
B=42.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7455960.230.4300.62267.827.1529.61
Hex4A3760172B03E10c1b1e
Octal1126714027530764143336
Binary100101011011111000001011110101101111101000011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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