#473A65

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

Shades of Meteorite #473A65

Tints of Meteorite #473A65

Color information

#473A65 (or 0x473A65) is unknown color: approx Meteorite. HEX triplet: 47, 3A and 65. RGB value is (71,58,101). Sum of RGB (Red+Green+Blue) = 71+58+101=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #473A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A65 is #B8C59A. Grayscale: #424242. Windows color (decimal): -12109211 or 6634055. OLE color: 6634055.

HSL color Cylindrical-coordinate representation of color #473A65: hue angle of 258.14º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #473A65 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7158101-
CMYK0.300.4300.60
HSL258.14º27.04%31.18%-
HSV(B)258.14º42.57%39.61%-
XYZ6.465.3113-
YUV66.79147.31131-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 58 (23.05% from 255) = 25.22%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=30.87%
G=25.22%
B=43.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71581010.300.4300.60258.1427.0431.18
Hex473A651E2B03C1021b1f
Octal1077214536530744023337
Binary100011111101011001011111010101101111001000000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,58,101); }

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

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

 a { background-color: rgb(71,58,101); }

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

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

 span { border-color: rgb(71,58,101); }

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