#473A69

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

Shades of Meteorite #473A69

Tints of Meteorite #473A69

Color information

#473A69 (or 0x473A69) is unknown color: approx Meteorite. HEX triplet: 47, 3A and 69. RGB value is (71,58,105). Sum of RGB (Red+Green+Blue) = 71+58+105=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #473A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A69 is #B8C596. Grayscale: #434343. Windows color (decimal): -12109207 or 6896199. OLE color: 6896199.

HSL color Cylindrical-coordinate representation of color #473A69: hue angle of 256.6º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #473A69 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7158105-
CMYK0.320.4500.59
HSL256.6º28.83%31.96%-
HSV(B)256.6º44.76%41.18%-
XYZ6.665.3914.05-
YUV67.24149.31130.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=30.34%
G=24.79%
B=44.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71581050.320.4500.59256.628.8331.96
Hex473A69202D03B1011d20
Octal1077215140550734013540
Binary10001111110101101001100000101101011101110000000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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