#747993

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

Shades of Storm Grey #747993

Tints of Storm Grey #747993

Color information

#747993 (or 0x747993) is unknown color: approx Storm Grey. HEX triplet: 74, 79 and 93. RGB value is (116,121,147). Sum of RGB (Red+Green+Blue) = 116+121+147=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #747993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747993 is #8B866C. Grayscale: #7A7A7A. Windows color (decimal): -9143917 or 9664884. OLE color: 9664884.

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

Color convert

RGB116121147-
CMYK0.210.1800.42
HSL230.32º12.55%51.57%-
HSV(B)230.32º21.09%57.65%-
XYZ19.3119.4930.35-
YUV122.47141.84123.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.21%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=30.21%
G=31.51%
B=38.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161211470.210.1800.42230.3212.5551.57
Hex747993151202Ae6d34
Octal16417122325220523461564
Binary111010011110011001001110101100100101010111001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747993; }

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

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

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

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

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

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

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

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