#473A5D

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

Shades of Meteorite #473A5D

Tints of Meteorite #473A5D

Color information

#473A5D (or 0x473A5D) is unknown color: approx Meteorite. HEX triplet: 47, 3A and 5D. RGB value is (71,58,93). Sum of RGB (Red+Green+Blue) = 71+58+93=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #473A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A5D is #B8C5A2. Grayscale: #414141. Windows color (decimal): -12109219 or 6109767. OLE color: 6109767.

HSL color Cylindrical-coordinate representation of color #473A5D: hue angle of 262.29º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #473A5D is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB715893-
CMYK0.240.3800.64
HSL262.29º23.18%29.61%-
HSV(B)262.29º37.63%36.47%-
XYZ6.095.1611.03-
YUV65.88143.31131.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 58 (23.05% from 255) = 26.13%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=31.98%
G=26.13%
B=41.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7158930.240.3800.64262.2923.1829.61
Hex473A5D1826040106171e
Octal10772135304601004062736
Binary1000111111010101110111000100110010000001000001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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