Html Css Color HEX #909490 Pewter

📋 copy color: '#909490'

red 144 ◦ green 148 ◦ blue 144

#909490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pewter #909490

Tints of Pewter #909490

RGB

 RED value IS 144 (56.64% from 255) = 33.03%

 GREEN value IS 148 (58.2% 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 value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#909490 (or 0x909490) is known color: 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

RGB 144 148 144 -
CMYK 0.03 0 0.03 0.42
HSL 120º 0.02% 0.57% -
HSV(B) 120º 0.03% 0.58% -
XYZ 27.13 29.12 30.58 -
YUV 146.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 144 148 144 0.03 0 0.03 0.42 120 0.02 0.57
Hex 90 94 90 3 0 3 2A 78 2 39
Octal 220 224 220 3 0 3 52 170 2 71
Binary 10010000 10010100 10010000 11 0 11 101010 1111000 10 111001

Color Harmonies of #909490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909490

Black with #909490

Text Example


Text Example

White with #909490

Text Example


Text Example

HTML Codes & Css Web 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>