#74849D

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

Shades of Light Slate Grey #74849D

Tints of Light Slate Grey #74849D

Color information

#74849D (or 0x74849D) is unknown color: approx Light Slate Grey. HEX triplet: 74, 84 and 9D. RGB value is (116,132,157). Sum of RGB (Red+Green+Blue) = 116+132+157=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #74849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74849D is #8B7B62. Grayscale: #818181. Windows color (decimal): -9141091 or 10323060. OLE color: 10323060.

HSL color Cylindrical-coordinate representation of color #74849D: hue angle of 216.59º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74849D is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116132157-
CMYK0.260.1600.38
HSL216.59º17.3%53.53%-
HSV(B)216.59º26.11%61.57%-
XYZ21.5422.6535.13-
YUV130.07143.2117.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=28.64%
G=32.59%
B=38.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161321570.260.1600.38216.5917.353.53
Hex74849D1A10026d91136
Octal16420423532200463312166
Binary11101001000010010011101110101000001001101101100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74849D; }

 p { color: rgb(116,132,157); }

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

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

 a { background-color: rgb(116,132,157); }

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

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

 span { border-color: rgb(116,132,157); }

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