#473C66

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

Shades of Meteorite #473C66

Tints of Meteorite #473C66

Color information

#473C66 (or 0x473C66) is unknown color: approx Meteorite. HEX triplet: 47, 3C and 66. RGB value is (71,60,102). Sum of RGB (Red+Green+Blue) = 71+60+102=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #473C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C66 is #B8C399. Grayscale: #434343. Windows color (decimal): -12108698 or 6700103. OLE color: 6700103.

HSL color Cylindrical-coordinate representation of color #473C66: hue angle of 255.71º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #473C66 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7160102-
CMYK0.300.4100.6
HSL255.71º25.93%31.76%-
HSV(B)255.71º41.18%40%-
XYZ6.615.5313.29-
YUV68.08147.14130.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 60 (23.83% from 255) = 25.75%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=30.47%
G=25.75%
B=43.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71601020.300.4100.6255.7125.9331.76
Hex473C661E2903C1001a20
Octal1077414636510744003240
Binary1000111111100110011011110101001011110010000000011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,60,102); }

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

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

 a { background-color: rgb(71,60,102); }

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

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

 span { border-color: rgb(71,60,102); }

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