#728493

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

Shades of Slate Grey #728493

Tints of Slate Grey #728493

Color information

#728493 (or 0x728493) is unknown color: approx Slate Grey. HEX triplet: 72, 84 and 93. RGB value is (114,132,147). Sum of RGB (Red+Green+Blue) = 114+132+147=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 147 - color contains mainly: blue. Hex color #728493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728493 is #8D7B6C. Grayscale: #808080. Windows color (decimal): -9272173 or 9667698. OLE color: 9667698.

HSL color Cylindrical-coordinate representation of color #728493: hue angle of 207.27º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728493 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114132147-
CMYK0.220.1000.42
HSL207.27º13.25%51.18%-
HSV(B)207.27º22.45%57.65%-
XYZ20.4622.1930.81-
YUV128.33138.54117.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 147 (57.81% from 255) = 37.40%
R=29.01%
G=33.59%
B=37.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141321470.220.1000.42207.2713.2551.18
Hex72849316A02Acfd33
Octal16220422326120523171563
Binary111001010000100100100111011010100101010110011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728493; }

 p { color: rgb(114,132,147); }

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

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

 a { background-color: rgb(114,132,147); }

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

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

 span { border-color: rgb(114,132,147); }

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