#748291

Color #748291 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #748291

Tints of Slate Grey #748291

Color information

#748291 (or 0x748291) is unknown color: approx 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

RGB116130145-
CMYK0.20.1000.43
HSL211.03º11.65%51.18%-
HSV(B)211.03º20%56.86%-
XYZ20.321.7229.91-
YUV127.52137.86119.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0.2
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161301450.20.1000.43211.0311.6551.18
Hex74829114A02Bd3c33
Octal16420222124120533231463
Binary111010010000010100100011010010100101011110100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>