#74619B

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

Shades of Scampi #74619B

Tints of Scampi #74619B

Color information

#74619B (or 0x74619B) is unknown color: approx Scampi. HEX triplet: 74, 61 and 9B. RGB value is (116,97,155). Sum of RGB (Red+Green+Blue) = 116+97+155=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #74619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74619B is #8B9E64. Grayscale: #6D6D6D. Windows color (decimal): -9150053 or 10183028. OLE color: 10183028.

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

Color convert

RGB11697155-
CMYK0.250.3700.39
HSL259.66º23.02%49.41%-
HSV(B)259.66º37.42%60.78%-
XYZ17.3914.6332.92-
YUV109.29153.79132.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.52%
GREEN value IS 97 (38.28% from 255) = 26.36%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=31.52%
G=26.36%
B=42.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116971550.250.3700.39259.6623.0249.41
Hex74619B19250271041731
Octal16414123331450474042761
Binary111010011000011001101111001100101010011110000010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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