#74699C

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

Shades of Scampi #74699C

Tints of Scampi #74699C

Color information

#74699C (or 0x74699C) is unknown color: approx Scampi. HEX triplet: 74, 69 and 9C. RGB value is (116,105,156). Sum of RGB (Red+Green+Blue) = 116+105+156=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #74699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74699C is #8B9663. Grayscale: #717171. Windows color (decimal): -9148004 or 10250612. OLE color: 10250612.

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

Color convert

RGB116105156-
CMYK0.260.3300.39
HSL252.94º20.48%51.18%-
HSV(B)252.94º32.69%61.18%-
XYZ18.2516.2233.62-
YUV114.1151.64129.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=30.77%
G=27.85%
B=41.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161051560.260.3300.39252.9420.4851.18
Hex74699C1A21027fd1433
Octal16415123432410473752463
Binary11101001101001100111001101010000101001111111110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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