#473261

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

Shades of Meteorite #473261

Tints of Meteorite #473261

Color information

#473261 (or 0x473261) is unknown color: approx Meteorite. HEX triplet: 47, 32 and 61. RGB value is (71,50,97). Sum of RGB (Red+Green+Blue) = 71+50+97=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #473261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473261 is #B8CD9E. Grayscale: #3D3D3D. Windows color (decimal): -12111263 or 6369863. OLE color: 6369863.

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

Color convert

RGB715097-
CMYK0.270.4800.62
HSL266.81º31.97%28.82%-
HSV(B)266.81º48.45%38.04%-
XYZ5.94.4811.86-
YUV61.64147.96134.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=32.57%
G=22.94%
B=44.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7150970.270.4800.62266.8131.9728.82
Hex4732611B3003E10b201d
Octal1076214133600764134035
Binary1000111110010110000111011110000011111010000101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473261; }

 p { color: rgb(71,50,97); }

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

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

 a { background-color: rgb(71,50,97); }

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

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

 span { border-color: rgb(71,50,97); }

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