#736499

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

Shades of Scampi #736499

Tints of Scampi #736499

Color information

#736499 (or 0x736499) is unknown color: approx Scampi. HEX triplet: 73, 64 and 99. RGB value is (115,100,153). Sum of RGB (Red+Green+Blue) = 115+100+153=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #736499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736499 is #8C9B66. Grayscale: #6E6E6E. Windows color (decimal): -9214823 or 10052723. OLE color: 10052723.

HSL color Cylindrical-coordinate representation of color #736499: hue angle of 256.98º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #736499 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB115100153-
CMYK0.250.3500.4
HSL256.98º20.95%49.61%-
HSV(B)256.98º34.64%60%-
XYZ17.3815.0632.13-
YUV110.53151.97131.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=31.25%
G=27.17%
B=41.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151001530.250.3500.4256.9820.9549.61
Hex73649919230281011532
Octal16314423131430504012562
Binary111001111001001001100111001100011010100010000000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736499; }

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

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

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

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

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

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

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

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