#473B6A

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

Shades of Meteorite #473B6A

Tints of Meteorite #473B6A

Color information

#473B6A (or 0x473B6A) is unknown color: approx Meteorite. HEX triplet: 47, 3B and 6A. RGB value is (71,59,106). Sum of RGB (Red+Green+Blue) = 71+59+106=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #473B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B6A is #B8C495. Grayscale: #434343. Windows color (decimal): -12108950 or 6961991. OLE color: 6961991.

HSL color Cylindrical-coordinate representation of color #473B6A: hue angle of 255.32º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #473B6A is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7159106-
CMYK0.330.4400.58
HSL255.32º28.48%32.35%-
HSV(B)255.32º44.34%41.57%-
XYZ6.765.5114.34-
YUV67.95149.48130.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 59 (23.44% from 255) = 25%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=30.08%
G=25%
B=44.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71591060.330.4400.58255.3228.4832.35
Hex473B6A212C03Aff1c20
Octal1077315241540723773440
Binary1000111111011110101010000110110001110101111111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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