#473D6D

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

Shades of Meteorite #473D6D

Tints of Meteorite #473D6D

Color information

#473D6D (or 0x473D6D) is unknown color: approx Meteorite. HEX triplet: 47, 3D and 6D. RGB value is (71,61,109). Sum of RGB (Red+Green+Blue) = 71+61+109=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #473D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D6D is #B8C292. Grayscale: #454545. Windows color (decimal): -12108435 or 7159111. OLE color: 7159111.

HSL color Cylindrical-coordinate representation of color #473D6D: hue angle of 252.5º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #473D6D is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7161109-
CMYK0.350.4400.57
HSL252.5º28.24%33.33%-
HSV(B)252.5º44.04%42.75%-
XYZ7.035.7815.21-
YUV69.46150.31129.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 61 (24.22% from 255) = 25.31%
BLUE value IS 109 (42.97% from 255) = 45.23%
R=29.46%
G=25.31%
B=45.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71611090.350.4400.57252.528.2433.33
Hex473D6D232C039fc1c21
Octal1077515543540713743441
Binary1000111111101110110110001110110001110011111110011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473D6D; }

 p { color: rgb(71,61,109); }

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

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

 a { background-color: rgb(71,61,109); }

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

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

 span { border-color: rgb(71,61,109); }

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