#473E6F

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

Shades of Meteorite #473E6F

Tints of Meteorite #473E6F

Color information

#473E6F (or 0x473E6F) is unknown color: approx Meteorite. HEX triplet: 47, 3E and 6F. RGB value is (71,62,111). Sum of RGB (Red+Green+Blue) = 71+62+111=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #473E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E6F is #B8C190. Grayscale: #464646. Windows color (decimal): -12108177 or 7290439. OLE color: 7290439.

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

Color convert

RGB7162111-
CMYK0.360.4400.56
HSL251.02º28.32%33.92%-
HSV(B)251.02º44.14%43.53%-
XYZ7.195.9315.81-
YUV70.28150.98128.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 62 (24.61% from 255) = 25.41%
BLUE value IS 111 (43.75% from 255) = 45.49%
R=29.10%
G=25.41%
B=45.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71621110.360.4400.56251.0228.3233.92
Hex473E6F242C038fb1c22
Octal1077615744540703733442
Binary1000111111110110111110010010110001110001111101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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