#909490

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

Shades of Pewter #909490

Tints of Pewter #909490

Color information

#909490 (or 0x909490) is unknown color: approx Pewter. HEX triplet: 90, 94 and 90. RGB value is (144,148,144). Sum of RGB (Red+Green+Blue) = 144+148+144=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 148 - color contains mainly: green. Hex color #909490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909490 is #6F6B6F. Grayscale: #929292. Windows color (decimal): -7302000 or 9475216. OLE color: 9475216.

HSL color Cylindrical-coordinate representation of color #909490: hue angle of 120º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #909490 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB144148144-
CMYK0.0300.030.42
HSL120º1.83%57.25%-
HSV(B)120º2.7%58.04%-
XYZ27.1329.1230.58-
YUV146.35126.67126.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.03%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 144 (56.64% from 255) = 33.03%
R=33.03%
G=33.94%
B=33.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481440.0300.030.421201.8357.25
Hex9094903032A78239
Octal22022422030352170271
Binary10010000100101001001000011011101010111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909490; }

 p { color: rgb(144,148,144); }

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

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

 a { background-color: rgb(144,148,144); }

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

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

 span { border-color: rgb(144,148,144); }

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