Html Css Color HEX #74849C Light Slate Grey

📋 copy color: '#74849C'

red 116 ◦ green 132 ◦ blue 156

#74849C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #74849C

Tints of Light Slate Grey #74849C

RGB

 RED value IS 116 (45.7% from 255) = 28.71%

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 156 (61.33% from 255) = 38.61%

R = 28.71%
G = 32.67%
B = 38.61%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74849C (or 0x74849C) is known color: Light Slate Grey. HEX triplet: 74, 84 and 9C. RGB value is (116,132,156). Sum of RGB (Red+Green+Blue) = 116+132+156=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #74849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74849C is #8B7B63. Grayscale: #818181. Windows color (decimal): -9141092 or 10257524. OLE color: 10257524.

HSL color Cylindrical-coordinate representation of color #74849C: hue angle of 216º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74849C is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 132 156 -
CMYK 0.26 0.15 0 0.39
HSL 216º 0.17% 0.53% -
HSV(B) 216º 0.26% 0.61% -
XYZ 21.45 22.62 34.69 -
YUV 129.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 116 132 156 0.26 0.15 0 0.39 216 0.17 0.53
Hex 74 84 9C 1A F 0 27 D8 11 35
Octal 164 204 234 32 17 0 47 330 21 65
Binary 1110100 10000100 10011100 11010 1111 0 100111 11011000 10001 110101

Color Harmonies of #74849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74849C

Black with #74849C

Text Example


Text Example

White with #74849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74849C;
 }
 .AnyTagClassName
 {
   color: #74849C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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