#473661

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

Shades of Meteorite #473661

Tints of Meteorite #473661

Color information

#473661 (or 0x473661) is unknown color: approx Meteorite. HEX triplet: 47, 36 and 61. RGB value is (71,54,97). Sum of RGB (Red+Green+Blue) = 71+54+97=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #473661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473661 is #B8C99E. Grayscale: #3F3F3F. Windows color (decimal): -12110239 or 6370887. OLE color: 6370887.

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

Color convert

RGB715497-
CMYK0.270.4400.62
HSL263.72º28.48%29.61%-
HSV(B)263.72º44.33%38.04%-
XYZ6.084.8411.92-
YUV63.98146.63133-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=31.98%
G=24.32%
B=43.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7154970.270.4400.62263.7228.4829.61
Hex4736611B2C03E1081c1e
Octal1076614133540764103436
Binary100011111011011000011101110110001111101000010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473661; }

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

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

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

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

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

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

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

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