#473E62

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

Shades of Meteorite #473E62

Tints of Meteorite #473E62

Color information

#473E62 (or 0x473E62) is unknown color: approx Meteorite. HEX triplet: 47, 3E and 62. RGB value is (71,62,98). Sum of RGB (Red+Green+Blue) = 71+62+98=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #473E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E62 is #B8C19D. Grayscale: #444444. Windows color (decimal): -12108190 or 6438471. OLE color: 6438471.

HSL color Cylindrical-coordinate representation of color #473E62: hue angle of 255º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #473E62 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB716298-
CMYK0.280.3700.62
HSL255º22.5%31.37%-
HSV(B)255º36.73%38.43%-
XYZ6.535.6712.31-
YUV68.8144.48129.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=30.74%
G=26.84%
B=42.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7162980.280.3700.6225522.531.37
Hex473E621C2503Eff161f
Octal1077614234450763772637
Binary10001111111101100010111001001010111110111111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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