#738492

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

Shades of Slate Grey #738492

Tints of Slate Grey #738492

Color information

#738492 (or 0x738492) is unknown color: approx Slate Grey. HEX triplet: 73, 84 and 92. RGB value is (115,132,146). Sum of RGB (Red+Green+Blue) = 115+132+146=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #738492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738492 is #8C7B6D. Grayscale: #808080. Windows color (decimal): -9206638 or 9602163. OLE color: 9602163.

HSL color Cylindrical-coordinate representation of color #738492: hue angle of 207.1º 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 #738492 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB115132146-
CMYK0.210.1000.43
HSL207.1º12.45%51.18%-
HSV(B)207.1º21.23%57.25%-
XYZ20.5122.2230.4-
YUV128.51137.87118.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 146 (57.42% from 255) = 37.15%
R=29.26%
G=33.59%
B=37.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151321460.210.1000.43207.112.4551.18
Hex73849215A02Bcfc33
Octal16320422225120533171463
Binary111001110000100100100101010110100101011110011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738492; }

 p { color: rgb(115,132,146); }

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

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

 a { background-color: rgb(115,132,146); }

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

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

 span { border-color: rgb(115,132,146); }

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