#74619E

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

Shades of Scampi #74619E

Tints of Scampi #74619E

Color information

#74619E (or 0x74619E) is unknown color: approx Scampi. HEX triplet: 74, 61 and 9E. RGB value is (116,97,158). Sum of RGB (Red+Green+Blue) = 116+97+158=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #74619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74619E is #8B9E61. Grayscale: #6D6D6D. Windows color (decimal): -9150050 or 10379636. OLE color: 10379636.

HSL color Cylindrical-coordinate representation of color #74619E: hue angle of 258.69º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74619E is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11697158-
CMYK0.270.3900.38
HSL258.69º23.92%50%-
HSV(B)258.69º38.61%61.96%-
XYZ17.6514.7334.26-
YUV109.64155.29132.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=31.27%
G=26.15%
B=42.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116971580.270.3900.38258.6923.9250
Hex74619E1B270261031832
Octal16414123633470464033062
Binary111010011000011001111011011100111010011010000001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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