Html Css Color HEX #748591 Slate Grey

📋 copy color: '#748591'

red 116 ◦ green 133 ◦ blue 145

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

Shades of Slate Grey #748591

Tints of Slate Grey #748591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.76%

 BLUE value IS 145 (57.03% from 255) = 36.8%

R = 29.44%
G = 33.76%
B = 36.8%

CMYK

 C value IS 0.2

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748591 (or 0x748591) is known color: Slate Grey. HEX triplet: 74, 85 and 91. RGB value is (116,133,145). Sum of RGB (Red+Green+Blue) = 116+133+145=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #748591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748591 is #8B7A6E. Grayscale: #818181. Windows color (decimal): -9140847 or 9536884. OLE color: 9536884.

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

Color convert

RGB 116 133 145 -
CMYK 0.2 0.08 0 0.43
HSL 204.83º 0.12% 0.51% -
HSV(B) 204.83º 0.2% 0.57% -
XYZ 20.7 22.53 30.05 -
YUV 129.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 116 133 145 0.2 0.08 0 0.43 204.83 0.12 0.51
Hex 74 85 91 14 8 0 2B CD C 33
Octal 164 205 221 24 10 0 53 315 14 63
Binary 1110100 10000101 10010001 10100 1000 0 101011 11001101 1100 110011

Color Harmonies of #748591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748591

Black with #748591

Text Example


Text Example

White with #748591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748591; }

 p { color: rgb(116,133,145); }

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

background-color css

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

 a { background-color: rgb(116,133,145); }

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

border-color css

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

 span { border-color: rgb(116,133,145); }

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