#504274

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

Shades of Meteorite #504274

Tints of Meteorite #504274

Color information

#504274 (or 0x504274) is unknown color: approx Meteorite. HEX triplet: 50, 42 and 74. RGB value is (80,66,116). Sum of RGB (Red+Green+Blue) = 80+66+116=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #504274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504274 is #AFBD8B. Grayscale: #4B4B4B. Windows color (decimal): -11517324 or 7619152. OLE color: 7619152.

HSL color Cylindrical-coordinate representation of color #504274: hue angle of 256.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #504274 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8066116-
CMYK0.310.4300.55
HSL256.8º27.47%35.69%-
HSV(B)256.8º43.1%45.49%-
XYZ8.416.8617.4-
YUV75.89150.64130.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 116 (45.70% from 255) = 44.27%
R=30.53%
G=25.19%
B=44.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80661160.310.4300.55256.827.4735.69
Hex5042741F2B0371011b24
Octal12010216437530674013344
Binary10100001000010111010011111101011011011110000000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504274; }

 p { color: rgb(80,66,116); }

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

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

 a { background-color: rgb(80,66,116); }

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

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

 span { border-color: rgb(80,66,116); }

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