#473960

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

Shades of Meteorite #473960

Tints of Meteorite #473960

Color information

#473960 (or 0x473960) is unknown color: approx Meteorite. HEX triplet: 47, 39 and 60. RGB value is (71,57,96). Sum of RGB (Red+Green+Blue) = 71+57+96=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 57 (22.66% from 255 or 25.45% 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 #473960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473960 is #B8C69F. Grayscale: #414141. Windows color (decimal): -12109472 or 6306119. OLE color: 6306119.

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

Color convert

RGB715796-
CMYK0.260.4100.62
HSL261.54º25.49%30%-
HSV(B)261.54º40.62%37.65%-
XYZ6.175.1111.73-
YUV65.63145.14131.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=31.70%
G=25.45%
B=42.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7157960.260.4100.62261.5425.4930
Hex4739601A2903E106191e
Octal1077114032510764063136
Binary100011111100111000001101010100101111101000001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473960; }

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

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

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

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

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

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

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

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