Html Css Color HEX #748492 Slate Grey

📋 copy color: '#748492'

red 116 ◦ green 132 ◦ blue 146

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

Shades of Slate Grey #748492

Tints of Slate Grey #748492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 29.44%
G = 33.5%
B = 37.06%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748492 (or 0x748492) is known color: Slate Grey. HEX triplet: 74, 84 and 92. RGB value is (116,132,146). Sum of RGB (Red+Green+Blue) = 116+132+146=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #748492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748492 is #8B7B6D. Grayscale: #808080. Windows color (decimal): -9141102 or 9602164. OLE color: 9602164.

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

Color convert

RGB 116 132 146 -
CMYK 0.21 0.10 0 0.43
HSL 208º 0.12% 0.51% -
HSV(B) 208º 0.21% 0.57% -
XYZ 20.64 22.29 30.41 -
YUV 128.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 116 132 146 0.21 0.10 0 0.43 208 0.12 0.51
Hex 74 84 92 15 A 0 2B D0 C 33
Octal 164 204 222 25 12 0 53 320 14 63
Binary 1110100 10000100 10010010 10101 1010 0 101011 11010000 1100 110011

Color Harmonies of #748492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748492

Black with #748492

Text Example


Text Example

White with #748492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748492; }

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

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

background-color css

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

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

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

border-color css

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

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

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