Html Css Color HEX #748491 Slate Grey

📋 copy color: '#748491'

red 116 ◦ green 132 ◦ blue 145

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

Shades of Slate Grey #748491

Tints of Slate Grey #748491

RGB

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

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

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

R = 29.52%
G = 33.59%
B = 36.9%

CMYK

 C value IS 0.2

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748491 (or 0x748491) is known color: Slate Grey. HEX triplet: 74, 84 and 91. RGB value is (116,132,145). Sum of RGB (Red+Green+Blue) = 116+132+145=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 145 - color contains mainly: blue. Hex color #748491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748491 is #8B7B6E. Grayscale: #808080. Windows color (decimal): -9141103 or 9536628. OLE color: 9536628.

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

Color convert

RGB 116 132 145 -
CMYK 0.2 0.09 0 0.43
HSL 206.9º 0.12% 0.51% -
HSV(B) 206.9º 0.2% 0.57% -
XYZ 20.56 22.26 30 -
YUV 128.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 116 132 145 0.2 0.09 0 0.43 206.9 0.12 0.51
Hex 74 84 91 14 9 0 2B CF C 33
Octal 164 204 221 24 11 0 53 317 14 63
Binary 1110100 10000100 10010001 10100 1001 0 101011 11001111 1100 110011

Color Harmonies of #748491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748491

Black with #748491

Text Example


Text Example

White with #748491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748491; }

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

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

background-color css

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

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

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

border-color css

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

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

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