#473B62

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

Shades of Meteorite #473B62

Tints of Meteorite #473B62

Color information

#473B62 (or 0x473B62) is unknown color: approx Meteorite. HEX triplet: 47, 3B and 62. RGB value is (71,59,98). Sum of RGB (Red+Green+Blue) = 71+59+98=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #473B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B62 is #B8C49D. Grayscale: #424242. Windows color (decimal): -12108958 or 6437703. OLE color: 6437703.

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

Color convert

RGB715998-
CMYK0.280.4000.62
HSL258.46º24.84%30.78%-
HSV(B)258.46º39.8%38.43%-
XYZ6.375.3512.25-
YUV67.03145.48130.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=31.14%
G=25.88%
B=42.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7159980.280.4000.62258.4624.8430.78
Hex473B621C2803E102191f
Octal1077314234500764023137
Binary100011111101111000101110010100001111101000000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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