#473775

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

Shades of Meteorite #473775

Tints of Meteorite #473775

Color information

#473775 (or 0x473775) is unknown color: approx Meteorite. HEX triplet: 47, 37 and 75. RGB value is (71,55,117). Sum of RGB (Red+Green+Blue) = 71+55+117=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #473775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473775 is #B8C88A. Grayscale: #424242. Windows color (decimal): -12109963 or 7681863. OLE color: 7681863.

HSL color Cylindrical-coordinate representation of color #473775: hue angle of 255.48º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #473775 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7155117-
CMYK0.390.5300.54
HSL255.48º36.05%33.73%-
HSV(B)255.48º52.99%45.88%-
XYZ7.185.3617.49-
YUV66.85156.3130.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=29.22%
G=22.63%
B=48.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71551170.390.5300.54255.4836.0533.73
Hex4737752735036ff2422
Octal1076716547650663774442
Binary10001111101111110101100111110101011011011111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473775; }

 p { color: rgb(71,55,117); }

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

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

 a { background-color: rgb(71,55,117); }

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

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

 span { border-color: rgb(71,55,117); }

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