#473964

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

Shades of Meteorite #473964

Tints of Meteorite #473964

Color information

#473964 (or 0x473964) is unknown color: approx Meteorite. HEX triplet: 47, 39 and 64. RGB value is (71,57,100). Sum of RGB (Red+Green+Blue) = 71+57+100=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 100 - color contains mainly: blue. Hex color #473964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473964 is #B8C69B. Grayscale: #414141. Windows color (decimal): -12109468 or 6568263. OLE color: 6568263.

HSL color Cylindrical-coordinate representation of color #473964: hue angle of 259.53º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #473964 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7157100-
CMYK0.290.4300.61
HSL259.53º27.39%30.78%-
HSV(B)259.53º43%39.22%-
XYZ6.365.1912.72-
YUV66.09147.14131.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=31.14%
G=25%
B=43.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71571000.290.4300.61259.5327.3930.78
Hex4739641D2B03D1041b1f
Octal1077114435530754043337
Binary100011111100111001001110110101101111011000001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473964; }

 p { color: rgb(71,57,100); }

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

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

 a { background-color: rgb(71,57,100); }

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

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

 span { border-color: rgb(71,57,100); }

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