#94A49B

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

Shades of Edward #94A49B

Tints of Edward #94A49B

Color information

#94A49B (or 0x94A49B) is unknown color: approx Edward. HEX triplet: 94, A4 and 9B. RGB value is (148,164,155). Sum of RGB (Red+Green+Blue) = 148+164+155=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #94A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A49B is #6B5B64. Grayscale: #9E9E9E. Windows color (decimal): -7035749 or 10200212. OLE color: 10200212.

HSL color Cylindrical-coordinate representation of color #94A49B: hue angle of 146.25º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94A49B is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB148164155-
CMYK0.1000.050.36
HSL146.25º8.08%61.18%-
HSV(B)146.25º9.76%64.31%-
XYZ31.435.2136.15-
YUV158.19126.2120.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 155 (60.94% from 255) = 33.19%
R=31.69%
G=35.12%
B=33.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481641550.1000.050.36146.258.0861.18
Hex94A49BA05249283d
Octal2242442331205442221075
Binary10010100101001001001101110100101100100100100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A49B; }

 p { color: rgb(148,164,155); }

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

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

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

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

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

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

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