#748694

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

Shades of Light Slate Grey #748694

Tints of Light Slate Grey #748694

Color information

#748694 (or 0x748694) is unknown color: approx Light Slate Grey. HEX triplet: 74, 86 and 94. RGB value is (116,134,148). Sum of RGB (Red+Green+Blue) = 116+134+148=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #748694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748694 is #8B796B. Grayscale: #828282. Windows color (decimal): -9140588 or 9733748. OLE color: 9733748.

HSL color Cylindrical-coordinate representation of color #748694: hue angle of 206.25º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748694 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB116134148-
CMYK0.220.0900.42
HSL206.25º13.01%51.76%-
HSV(B)206.25º21.62%58.04%-
XYZ21.0722.931.33-
YUV130.21138.04117.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 148 (58.20% from 255) = 37.19%
R=29.15%
G=33.67%
B=37.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161341480.220.0900.42206.2513.0151.76
Hex74869416902Aced34
Octal16420622426110523161564
Binary111010010000110100101001011010010101010110011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748694; }

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

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

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

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

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

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

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

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