#473B63

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

Shades of Meteorite #473B63

Tints of Meteorite #473B63

Color information

#473B63 (or 0x473B63) is unknown color: approx Meteorite. HEX triplet: 47, 3B and 63. RGB value is (71,59,99). Sum of RGB (Red+Green+Blue) = 71+59+99=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #473B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B63 is #B8C49C. Grayscale: #434343. Windows color (decimal): -12108957 or 6503239. OLE color: 6503239.

HSL color Cylindrical-coordinate representation of color #473B63: hue angle of 258º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #473B63 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB715999-
CMYK0.280.4000.61
HSL258º25.32%30.98%-
HSV(B)258º40.4%38.82%-
XYZ6.415.3712.5-
YUV67.15145.98130.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 59 (23.44% from 255) = 25.76%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=31.00%
G=25.76%
B=43.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7159990.280.4000.6125825.3230.98
Hex473B631C2803D102191f
Octal1077314334500754023137
Binary100011111101111000111110010100001111011000000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,59,99); }

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

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

 a { background-color: rgb(71,59,99); }

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

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

 span { border-color: rgb(71,59,99); }

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