#473862

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

Shades of Meteorite #473862

Tints of Meteorite #473862

Color information

#473862 (or 0x473862) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 62. RGB value is (71,56,98). Sum of RGB (Red+Green+Blue) = 71+56+98=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #473862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473862 is #B8C79D. Grayscale: #414141. Windows color (decimal): -12109726 or 6436935. OLE color: 6436935.

HSL color Cylindrical-coordinate representation of color #473862: hue angle of 261.43º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #473862 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB715698-
CMYK0.280.4300.62
HSL261.43º27.27%30.2%-
HSV(B)261.43º42.86%38.43%-
XYZ6.225.0512.2-
YUV65.27146.47132.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=31.56%
G=24.89%
B=43.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7156980.280.4300.62261.4327.2730.2
Hex4738621C2B03E1051b1e
Octal1077014234530764053336
Binary100011111100011000101110010101101111101000001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473862; }

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

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

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

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

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

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

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

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