#473268

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

Shades of Meteorite #473268

Tints of Meteorite #473268

Color information

#473268 (or 0x473268) is unknown color: approx Meteorite. HEX triplet: 47, 32 and 68. RGB value is (71,50,104). Sum of RGB (Red+Green+Blue) = 71+50+104=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #473268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473268 is #B8CD97. Grayscale: #3E3E3E. Windows color (decimal): -12111256 or 6828615. OLE color: 6828615.

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

Color convert

RGB7150104-
CMYK0.320.5200.59
HSL263.33º35.06%30.2%-
HSV(B)263.33º51.92%40.78%-
XYZ6.244.6213.66-
YUV62.43151.46134.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=31.56%
G=22.22%
B=46.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71501040.320.5200.59263.3335.0630.2
Hex473268203403B107231e
Octal1076215040640734074336
Binary10001111100101101000100000110100011101110000011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473268; }

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

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

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

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

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

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

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

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