#74659C

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

Shades of Scampi #74659C

Tints of Scampi #74659C

Color information

#74659C (or 0x74659C) is unknown color: approx Scampi. HEX triplet: 74, 65 and 9C. RGB value is (116,101,156). Sum of RGB (Red+Green+Blue) = 116+101+156=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #74659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74659C is #8B9A63. Grayscale: #6F6F6F. Windows color (decimal): -9149028 or 10249588. OLE color: 10249588.

HSL color Cylindrical-coordinate representation of color #74659C: hue angle of 256.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74659C is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB116101156-
CMYK0.260.3500.39
HSL256.36º21.74%50.39%-
HSV(B)256.36º35.26%61.18%-
XYZ17.8615.4233.49-
YUV111.76152.97131.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=31.10%
G=27.08%
B=41.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161011560.260.3500.39256.3621.7450.39
Hex74659C1A230271001632
Octal16414523432430474002662
Binary111010011001011001110011010100011010011110000000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74659C; }

 p { color: rgb(116,101,156); }

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

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

 a { background-color: rgb(116,101,156); }

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

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

 span { border-color: rgb(116,101,156); }

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