#473875

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

Shades of Meteorite #473875

Tints of Meteorite #473875

Color information

#473875 (or 0x473875) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 75. RGB value is (71,56,117). Sum of RGB (Red+Green+Blue) = 71+56+117=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #473875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473875 is #B8C78A. Grayscale: #434343. Windows color (decimal): -12109707 or 7682119. OLE color: 7682119.

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

Color convert

RGB7156117-
CMYK0.390.5200.54
HSL254.75º35.26%33.92%-
HSV(B)254.75º52.14%45.88%-
XYZ7.225.4517.5-
YUV67.44155.97130.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=29.10%
G=22.95%
B=47.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71561170.390.5200.54254.7535.2633.92
Hex4738752734036ff2322
Octal1077016547640663774342
Binary10001111110001110101100111110100011011011111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473875; }

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

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

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

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

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

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

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

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