#473C75

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

Shades of Meteorite #473C75

Tints of Meteorite #473C75

Color information

#473C75 (or 0x473C75) is unknown color: approx Meteorite. HEX triplet: 47, 3C and 75. RGB value is (71,60,117). Sum of RGB (Red+Green+Blue) = 71+60+117=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #473C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C75 is #B8C38A. Grayscale: #454545. Windows color (decimal): -12108683 or 7683143. OLE color: 7683143.

HSL color Cylindrical-coordinate representation of color #473C75: hue angle of 251.58º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #473C75 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7160117-
CMYK0.390.4900.54
HSL251.58º32.2%34.71%-
HSV(B)251.58º48.72%45.88%-
XYZ7.435.8617.57-
YUV69.79154.64128.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 60 (23.83% from 255) = 24.19%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=28.63%
G=24.19%
B=47.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71601170.390.4900.54251.5832.234.71
Hex473C752731036fc2023
Octal1077416547610663744043
Binary10001111111001110101100111110001011011011111100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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