#473564

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

Shades of Meteorite #473564

Tints of Meteorite #473564

Color information

#473564 (or 0x473564) is unknown color: approx Meteorite. HEX triplet: 47, 35 and 64. RGB value is (71,53,100). Sum of RGB (Red+Green+Blue) = 71+53+100=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 100 - color contains mainly: blue. Hex color #473564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473564 is #B8CA9B. Grayscale: #3F3F3F. Windows color (decimal): -12110492 or 6567239. OLE color: 6567239.

HSL color Cylindrical-coordinate representation of color #473564: hue angle of 262.98º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #473564 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7153100-
CMYK0.290.4700.61
HSL262.98º30.72%30%-
HSV(B)262.98º47%39.22%-
XYZ6.174.8112.66-
YUV63.74148.46133.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 100 (39.45% from 255) = 44.64%
R=31.70%
G=23.66%
B=44.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71531000.290.4700.61262.9830.7230
Hex4735641D2F03D1071f1e
Octal1076514435570754073736
Binary100011111010111001001110110111101111011000001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473564; }

 p { color: rgb(71,53,100); }

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

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

 a { background-color: rgb(71,53,100); }

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

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

 span { border-color: rgb(71,53,100); }

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