#473E70

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

Shades of Meteorite #473E70

Tints of Meteorite #473E70

Color information

#473E70 (or 0x473E70) is unknown color: approx Meteorite. HEX triplet: 47, 3E and 70. RGB value is (71,62,112). Sum of RGB (Red+Green+Blue) = 71+62+112=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #473E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E70 is #B8C18F. Grayscale: #464646. Windows color (decimal): -12108176 or 7355975. OLE color: 7355975.

HSL color Cylindrical-coordinate representation of color #473E70: hue angle of 250.8º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #473E70 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7162112-
CMYK0.370.4500.56
HSL250.8º28.74%34.12%-
HSV(B)250.8º44.64%43.92%-
XYZ7.255.9516.1-
YUV70.39151.48128.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=28.98%
G=25.31%
B=45.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71621120.370.4500.56250.828.7434.12
Hex473E70252D038fb1d22
Octal1077616045550703733542
Binary1000111111110111000010010110110101110001111101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,62,112); }

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

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

 a { background-color: rgb(71,62,112); }

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

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

 span { border-color: rgb(71,62,112); }

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