Html Css Color HEX #748291 Slate Grey

📋 copy color: '#748291'

red 116 ◦ green 130 ◦ blue 145

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

Shades of Slate Grey #748291

Tints of Slate Grey #748291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

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

R = 29.67%
G = 33.25%
B = 37.08%

CMYK

 C value IS 0.2

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748291 (or 0x748291) is known color: Slate Grey. HEX triplet: 74, 82 and 91. RGB value is (116,130,145). Sum of RGB (Red+Green+Blue) = 116+130+145=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #748291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748291 is #8B7D6E. Grayscale: #7F7F7F. Windows color (decimal): -9141615 or 9536116. OLE color: 9536116.

HSL color Cylindrical-coordinate representation of color #748291: hue angle of 211.03º 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 #748291 is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 130 145 -
CMYK 0.2 0.10 0 0.43
HSL 211.03º 0.12% 0.51% -
HSV(B) 211.03º 0.2% 0.57% -
XYZ 20.3 21.72 29.91 -
YUV 127.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 116 130 145 0.2 0.10 0 0.43 211.03 0.12 0.51
Hex 74 82 91 14 A 0 2B D3 C 33
Octal 164 202 221 24 12 0 53 323 14 63
Binary 1110100 10000010 10010001 10100 1010 0 101011 11010011 1100 110011

Color Harmonies of #748291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748291

Black with #748291

Text Example


Text Example

White with #748291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748291; }

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

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

background-color css

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

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

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

border-color css

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

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

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