#473E69

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

Shades of Meteorite #473E69

Tints of Meteorite #473E69

Color information

#473E69 (or 0x473E69) is unknown color: approx Meteorite. HEX triplet: 47, 3E and 69. RGB value is (71,62,105). Sum of RGB (Red+Green+Blue) = 71+62+105=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #473E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E69 is #B8C196. Grayscale: #454545. Windows color (decimal): -12108183 or 6897223. OLE color: 6897223.

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

Color convert

RGB7162105-
CMYK0.320.4100.59
HSL252.56º25.75%32.75%-
HSV(B)252.56º40.95%41.18%-
XYZ6.875.814.12-
YUV69.59147.98129-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 62 (24.61% from 255) = 26.05%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=29.83%
G=26.05%
B=44.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71621050.320.4100.59252.5625.7532.75
Hex473E69202903Bfd1a21
Octal1077615140510733753241
Binary1000111111110110100110000010100101110111111110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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