#738491

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

Shades of Slate Grey #738491

Tints of Slate Grey #738491

Color information

#738491 (or 0x738491) is unknown color: approx Slate Grey. HEX triplet: 73, 84 and 91. RGB value is (115,132,145). Sum of RGB (Red+Green+Blue) = 115+132+145=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 145 - color contains mainly: blue. Hex color #738491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738491 is #8C7B6E. Grayscale: #808080. Windows color (decimal): -9206639 or 9536627. OLE color: 9536627.

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

Color convert

RGB115132145-
CMYK0.210.0900.43
HSL206º12%50.98%-
HSV(B)206º20.69%56.86%-
XYZ20.4322.1929.99-
YUV128.4137.37118.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.34%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 145 (57.03% from 255) = 36.99%
R=29.34%
G=33.67%
B=36.99%

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
Decimal1151321450.210.0900.432061250.98
Hex73849115902Bcec33
Octal16320422125110533161463
Binary111001110000100100100011010110010101011110011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738491; }

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

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

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

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

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

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

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

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