#746998

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

Shades of Scampi #746998

Tints of Scampi #746998

Color information

#746998 (or 0x746998) is unknown color: approx Scampi. HEX triplet: 74, 69 and 98. RGB value is (116,105,152). Sum of RGB (Red+Green+Blue) = 116+105+152=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #746998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746998 is #8B9667. Grayscale: #717171. Windows color (decimal): -9148008 or 9988468. OLE color: 9988468.

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

Color convert

RGB116105152-
CMYK0.240.3100.40
HSL254.04º18.58%50.39%-
HSV(B)254.04º30.92%59.61%-
XYZ17.9216.0831.87-
YUV113.65149.64129.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 152 (59.77% from 255) = 40.75%
R=31.10%
G=28.15%
B=40.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161051520.240.3100.40254.0418.5850.39
Hex746998181F028fe1332
Octal16415123030370503762362
Binary1110100110100110011000110001111101010001111111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746998; }

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

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

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

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

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

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

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

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