#728491

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

Shades of Slate Grey #728491

Tints of Slate Grey #728491

Color information

#728491 (or 0x728491) is unknown color: approx Slate Grey. HEX triplet: 72, 84 and 91. RGB value is (114,132,145). Sum of RGB (Red+Green+Blue) = 114+132+145=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #728491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728491 is #8D7B6E. Grayscale: #808080. Windows color (decimal): -9272175 or 9536626. OLE color: 9536626.

HSL color Cylindrical-coordinate representation of color #728491: hue angle of 205.16º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728491 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB114132145-
CMYK0.210.0900.43
HSL205.16º12.35%50.78%-
HSV(B)205.16º21.38%56.86%-
XYZ20.322.1229.99-
YUV128.1137.54117.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=29.16%
G=33.76%
B=37.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141321450.210.0900.43205.1612.3550.78
Hex72849115902Bcdc33
Octal16220422125110533151463
Binary111001010000100100100011010110010101011110011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728491; }

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

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

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

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

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

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

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

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