#74719B

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

Shades of Scampi #74719B

Tints of Scampi #74719B

Color information

#74719B (or 0x74719B) is unknown color: approx Scampi. HEX triplet: 74, 71 and 9B. RGB value is (116,113,155). Sum of RGB (Red+Green+Blue) = 116+113+155=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #74719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74719B is #8B8E64. Grayscale: #767676. Windows color (decimal): -9145957 or 10187124. OLE color: 10187124.

HSL color Cylindrical-coordinate representation of color #74719B: hue angle of 244.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74719B is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB116113155-
CMYK0.250.2700.39
HSL244.29º17.36%52.55%-
HSV(B)244.29º27.1%60.78%-
XYZ19.0217.8933.46-
YUV118.68148.49126.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.21%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=30.21%
G=29.43%
B=40.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161131550.250.2700.39244.2917.3652.55
Hex74719B191B027f41135
Octal16416123331330473642165
Binary1110100111000110011011110011101101001111111010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74719B; }

 p { color: rgb(116,113,155); }

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

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

 a { background-color: rgb(116,113,155); }

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

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

 span { border-color: rgb(116,113,155); }

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