#746898

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

Shades of Scampi #746898

Tints of Scampi #746898

Color information

#746898 (or 0x746898) is unknown color: approx Scampi. HEX triplet: 74, 68 and 98. RGB value is (116,104,152). Sum of RGB (Red+Green+Blue) = 116+104+152=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #746898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746898 is #8B9767. Grayscale: #707070. Windows color (decimal): -9148264 or 9988212. OLE color: 9988212.

HSL color Cylindrical-coordinate representation of color #746898: hue angle of 255º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #746898 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB116104152-
CMYK0.240.3200.40
HSL255º18.9%50.2%-
HSV(B)255º31.58%59.61%-
XYZ17.8215.8831.83-
YUV113.06149.98130.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 104 (41.02% from 255) = 27.96%
BLUE value IS 152 (59.77% from 255) = 40.86%
R=31.18%
G=27.96%
B=40.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161041520.240.3200.4025518.950.2
Hex7468981820028ff1332
Octal16415023030400503772362
Binary11101001101000100110001100010000001010001111111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746898; }

 p { color: rgb(116,104,152); }

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

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

 a { background-color: rgb(116,104,152); }

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

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

 span { border-color: rgb(116,104,152); }

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