#473876

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

Shades of Meteorite #473876

Tints of Meteorite #473876

Color information

#473876 (or 0x473876) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 76. RGB value is (71,56,118). Sum of RGB (Red+Green+Blue) = 71+56+118=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #473876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473876 is #B8C789. Grayscale: #434343. Windows color (decimal): -12109706 or 7747655. OLE color: 7747655.

HSL color Cylindrical-coordinate representation of color #473876: hue angle of 254.52º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #473876 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7156118-
CMYK0.400.5300.54
HSL254.52º35.63%34.12%-
HSV(B)254.52º52.54%46.27%-
XYZ7.285.4817.81-
YUV67.55156.47130.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=28.98%
G=22.86%
B=48.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71561180.400.5300.54254.5235.6334.12
Hex4738762835036ff2422
Octal1077016650650663774442
Binary10001111110001110110101000110101011011011111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473876; }

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

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

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

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

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

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

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

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