#473f6d

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

Shades of Meteorite #473F6D

Tints of Meteorite #473F6D

Color information

#473F6D (or 0x473F6D) is unknown color: approx Meteorite. HEX triplet: 47, 3F and 6D. RGB value is (71,63,109). Sum of RGB (Red+Green+Blue) = 71+63+109=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #473F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F6D is #B8C092. Grayscale: #464646. Windows color (decimal): -12107923 or 7159623. OLE color: 7159623.

HSL color Cylindrical-coordinate representation of color #473F6D: hue angle of 250.43º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #473F6D is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7163109-
CMYK0.350.4200.57
HSL250.43º26.74%33.73%-
HSV(B)250.43º42.2%42.75%-
XYZ7.14615.25-
YUV70.64149.65128.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=29.22%
G=25.93%
B=44.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71631090.350.4200.57250.4326.7433.73
Hex473F6D232A039fa1b22
Octal1077715543520713723342
Binary1000111111111110110110001110101001110011111101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473f6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,63,109); }

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

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

 a { background-color: rgb(71,63,109); }

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

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

 span { border-color: rgb(71,63,109); }

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