#474160

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

Shades of Meteorite #474160

Tints of Meteorite #474160

Color information

#474160 (or 0x474160) is unknown color: approx Meteorite. HEX triplet: 47, 41 and 60. RGB value is (71,65,96). Sum of RGB (Red+Green+Blue) = 71+65+96=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #474160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474160 is #B8BE9F. Grayscale: #464646. Windows color (decimal): -12107424 or 6308167. OLE color: 6308167.

HSL color Cylindrical-coordinate representation of color #474160: hue angle of 251.61º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474160 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB716596-
CMYK0.260.3200.62
HSL251.61º19.25%31.57%-
HSV(B)251.61º32.29%37.65%-
XYZ6.65.9611.87-
YUV70.33142.49128.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=30.60%
G=28.02%
B=41.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7165960.260.3200.62251.6119.2531.57
Hex4741601A2003Efc1320
Octal10710114032400763742340
Binary1000111100000111000001101010000001111101111110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474160; }

 p { color: rgb(71,65,96); }

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

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

 a { background-color: rgb(71,65,96); }

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

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

 span { border-color: rgb(71,65,96); }

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