#748391

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

Shades of Slate Grey #748391

Tints of Slate Grey #748391

Color information

#748391 (or 0x748391) is unknown color: approx Slate Grey. HEX triplet: 74, 83 and 91. RGB value is (116,131,145). Sum of RGB (Red+Green+Blue) = 116+131+145=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 131 (51.56% from 255 or 33.42% 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 #748391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748391 is #8B7C6E. Grayscale: #808080. Windows color (decimal): -9141359 or 9536372. OLE color: 9536372.

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

Color convert

RGB116131145-
CMYK0.20.1000.43
HSL208.97º11.65%51.18%-
HSV(B)208.97º20%56.86%-
XYZ20.4321.9929.96-
YUV128.11137.53119.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 145 (57.03% from 255) = 36.99%
R=29.59%
G=33.42%
B=36.99%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161311450.20.1000.43208.9711.6551.18
Hex74839114A02Bd1c33
Octal16420322124120533211463
Binary111010010000011100100011010010100101011110100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748391; }

 p { color: rgb(116,131,145); }

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

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

 a { background-color: rgb(116,131,145); }

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

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

 span { border-color: rgb(116,131,145); }

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