#473A60

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

Shades of Meteorite #473A60

Tints of Meteorite #473A60

Color information

#473A60 (or 0x473A60) is unknown color: approx Meteorite. HEX triplet: 47, 3A and 60. RGB value is (71,58,96). Sum of RGB (Red+Green+Blue) = 71+58+96=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #473A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A60 is #B8C59F. Grayscale: #424242. Windows color (decimal): -12109216 or 6306375. OLE color: 6306375.

HSL color Cylindrical-coordinate representation of color #473A60: hue angle of 260.53º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #473A60 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB715896-
CMYK0.260.4000.62
HSL260.53º24.68%30.2%-
HSV(B)260.53º39.58%37.65%-
XYZ6.225.2111.74-
YUV66.22144.81131.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=31.56%
G=25.78%
B=42.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7158960.260.4000.62260.5324.6830.2
Hex473A601A2803E105191e
Octal1077214032500764053136
Binary100011111101011000001101010100001111101000001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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