#473869

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

Shades of Meteorite #473869

Tints of Meteorite #473869

Color information

#473869 (or 0x473869) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 69. RGB value is (71,56,105). Sum of RGB (Red+Green+Blue) = 71+56+105=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #473869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473869 is #B8C796. Grayscale: #414141. Windows color (decimal): -12109719 or 6895687. OLE color: 6895687.

HSL color Cylindrical-coordinate representation of color #473869: hue angle of 258.37º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #473869 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7156105-
CMYK0.320.4700.59
HSL258.37º30.43%31.57%-
HSV(B)258.37º46.67%41.18%-
XYZ6.565.1914.02-
YUV66.07149.97131.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 105 (41.41% from 255) = 45.26%
R=30.60%
G=24.14%
B=45.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71561050.320.4700.59258.3730.4331.57
Hex473869202F03B1021e20
Octal1077015140570734023640
Binary10001111110001101001100000101111011101110000001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473869; }

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

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

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

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

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

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

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

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