#74699B

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

Shades of Scampi #74699B

Tints of Scampi #74699B

Color information

#74699B (or 0x74699B) is unknown color: approx Scampi. HEX triplet: 74, 69 and 9B. RGB value is (116,105,155). Sum of RGB (Red+Green+Blue) = 116+105+155=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #74699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74699B is #8B9664. Grayscale: #717171. Windows color (decimal): -9148005 or 10185076. OLE color: 10185076.

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

Color convert

RGB116105155-
CMYK0.250.3200.39
HSL253.2º20%50.98%-
HSV(B)253.2º32.26%60.78%-
XYZ18.1716.1833.18-
YUV113.99151.14129.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=30.85%
G=27.93%
B=41.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161051550.250.3200.39253.22050.98
Hex74699B1920027fd1433
Octal16415123331400473752463
Binary11101001101001100110111100110000001001111111110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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