#7460AB

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

Shades of Scampi #7460AB

Tints of Scampi #7460AB

Color information

#7460AB (or 0x7460AB) is unknown color: approx Scampi. HEX triplet: 74, 60 and AB. RGB value is (116,96,171). Sum of RGB (Red+Green+Blue) = 116+96+171=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #7460AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7460AB is #8B9F54. Grayscale: #6E6E6E. Windows color (decimal): -9150293 or 11231348. OLE color: 11231348.

HSL color Cylindrical-coordinate representation of color #7460AB: hue angle of 256º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7460AB is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11696171-
CMYK0.320.4400.33
HSL256º30.86%52.35%-
HSV(B)256º43.86%67.06%-
XYZ18.7415.0240.44-
YUV110.53162.13131.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=30.29%
G=25.07%
B=44.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116961710.320.4400.3325630.8652.35
Hex7460AB202C0211001f34
Octal16414025340540414003764
Binary1110100110000010101011100000101100010000110000000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7460AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7460AB; }

 p { color: rgb(116,96,171); }

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

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

 a { background-color: rgb(116,96,171); }

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

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

 span { border-color: rgb(116,96,171); }

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