#473569

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

Shades of Meteorite #473569

Tints of Meteorite #473569

Color information

#473569 (or 0x473569) is unknown color: approx Meteorite. HEX triplet: 47, 35 and 69. RGB value is (71,53,105). Sum of RGB (Red+Green+Blue) = 71+53+105=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #473569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473569 is #B8CA96. Grayscale: #404040. Windows color (decimal): -12110487 or 6894919. OLE color: 6894919.

HSL color Cylindrical-coordinate representation of color #473569: hue angle of 260.77º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #473569 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7153105-
CMYK0.320.5000.59
HSL260.77º32.91%30.98%-
HSV(B)260.77º49.52%41.18%-
XYZ6.424.9113.97-
YUV64.31150.96132.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=31.00%
G=23.14%
B=45.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71531050.320.5000.59260.7732.9130.98
Hex473569203203B105211f
Octal1076515140620734054137
Binary10001111101011101001100000110010011101110000010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473569; }

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

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

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

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

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

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

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

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