#473668

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

Shades of Meteorite #473668

Tints of Meteorite #473668

Color information

#473668 (or 0x473668) is unknown color: approx Meteorite. HEX triplet: 47, 36 and 68. RGB value is (71,54,104). Sum of RGB (Red+Green+Blue) = 71+54+104=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #473668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473668 is #B8C997. Grayscale: #404040. Windows color (decimal): -12110232 or 6829639. OLE color: 6829639.

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

Color convert

RGB7154104-
CMYK0.320.4800.59
HSL260.4º31.65%30.98%-
HSV(B)260.4º48.08%40.78%-
XYZ6.424.9813.72-
YUV64.78150.13132.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=31.00%
G=23.58%
B=45.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71541040.320.4800.59260.431.6530.98
Hex473668203003B104201f
Octal1076615040600734044037
Binary10001111101101101000100000110000011101110000010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473668; }

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

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

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

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

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

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

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

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