#748393

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

Shades of Slate Grey #748393

Tints of Slate Grey #748393

Color information

#748393 (or 0x748393) is unknown color: approx Slate Grey. HEX triplet: 74, 83 and 93. RGB value is (116,131,147). Sum of RGB (Red+Green+Blue) = 116+131+147=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 147 - color contains mainly: blue. Hex color #748393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748393 is #8B7C6C. Grayscale: #808080. Windows color (decimal): -9141357 or 9667444. OLE color: 9667444.

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

Color convert

RGB116131147-
CMYK0.210.1100.42
HSL210.97º12.55%51.57%-
HSV(B)210.97º21.09%57.65%-
XYZ20.5922.0530.78-
YUV128.34138.53119.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=29.44%
G=33.25%
B=37.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161311470.210.1100.42210.9712.5551.57
Hex74839315B02Ad3d34
Octal16420322325130523231564
Binary111010010000011100100111010110110101010110100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748393; }

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

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

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

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

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

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

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

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