#748691

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

Shades of Slate Grey #748691

Tints of Slate Grey #748691

Color information

#748691 (or 0x748691) is unknown color: approx Slate Grey. HEX triplet: 74, 86 and 91. RGB value is (116,134,145). Sum of RGB (Red+Green+Blue) = 116+134+145=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #748691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748691 is #8B796E. Grayscale: #818181. Windows color (decimal): -9140591 or 9537140. OLE color: 9537140.

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

Color convert

RGB116134145-
CMYK0.20.0800.43
HSL202.76º11.65%51.18%-
HSV(B)202.76º20%56.86%-
XYZ20.8422.8130.09-
YUV129.87136.54118.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 145 (57.03% from 255) = 36.71%
R=29.37%
G=33.92%
B=36.71%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161341450.20.0800.43202.7611.6551.18
Hex74869114802Bcbc33
Octal16420622124100533131463
Binary111010010000110100100011010010000101011110010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748691; }

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

 H1.HeaderClassName
 {
   color: #748691;
 }
 .AnyTagClassName
 {
   color: #748691;
 }
</style>
background-color css

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

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

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

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

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

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