#473669

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

Shades of Meteorite #473669

Tints of Meteorite #473669

Color information

#473669 (or 0x473669) is unknown color: approx Meteorite. HEX triplet: 47, 36 and 69. RGB value is (71,54,105). Sum of RGB (Red+Green+Blue) = 71+54+105=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #473669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473669 is #B8C996. Grayscale: #404040. Windows color (decimal): -12110231 or 6895175. OLE color: 6895175.

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

Color convert

RGB7154105-
CMYK0.320.4900.59
HSL260º32.08%31.18%-
HSV(B)260º48.57%41.18%-
XYZ6.47513.99-
YUV64.9150.63132.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 105 (41.41% from 255) = 45.65%
R=30.87%
G=23.48%
B=45.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71541050.320.4900.5926032.0831.18
Hex473669203103B104201f
Octal1076615140610734044037
Binary10001111101101101001100000110001011101110000010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473669; }

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

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

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

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

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

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

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

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