#473D5A

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

Shades of Meteorite #473D5A

Tints of Meteorite #473D5A

Color information

#473D5A (or 0x473D5A) is unknown color: approx Meteorite. HEX triplet: 47, 3D and 5A. RGB value is (71,61,90). Sum of RGB (Red+Green+Blue) = 71+61+90=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #473D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D5A is #B8C2A5. Grayscale: #434343. Windows color (decimal): -12108454 or 5913927. OLE color: 5913927.

HSL color Cylindrical-coordinate representation of color #473D5A: hue angle of 260.69º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #473D5A is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB716190-
CMYK0.210.3200.65
HSL260.69º19.21%29.61%-
HSV(B)260.69º32.22%35.29%-
XYZ6.115.4210.4-
YUV67.3140.81130.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 61 (24.22% from 255) = 27.48%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=31.98%
G=27.48%
B=40.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7161900.210.3200.65260.6919.2129.61
Hex473D5A1520041105131e
Octal10775132254001014052336
Binary1000111111101101101010101100000010000011000001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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