#736494

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

Shades of Scampi #736494

Tints of Scampi #736494

Color information

#736494 (or 0x736494) is unknown color: approx Scampi. HEX triplet: 73, 64 and 94. RGB value is (115,100,148). Sum of RGB (Red+Green+Blue) = 115+100+148=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #736494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736494 is #8C9B6B. Grayscale: #6D6D6D. Windows color (decimal): -9214828 or 9725043. OLE color: 9725043.

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

Color convert

RGB115100148-
CMYK0.220.3200.42
HSL258.75º19.35%48.63%-
HSV(B)258.75º32.43%58.04%-
XYZ16.9714.930-
YUV109.96149.47131.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.68%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 148 (58.20% from 255) = 40.77%
R=31.68%
G=27.55%
B=40.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151001480.220.3200.42258.7519.3548.63
Hex736494162002A1031331
Octal16314422426400524032361
Binary111001111001001001010010110100000010101010000001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736494; }

 p { color: rgb(115,100,148); }

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

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

 a { background-color: rgb(115,100,148); }

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

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

 span { border-color: rgb(115,100,148); }

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