#74629B

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

Shades of Scampi #74629B

Tints of Scampi #74629B

Color information

#74629B (or 0x74629B) is unknown color: approx Scampi. HEX triplet: 74, 62 and 9B. RGB value is (116,98,155). Sum of RGB (Red+Green+Blue) = 116+98+155=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #74629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74629B is #8B9D64. Grayscale: #6D6D6D. Windows color (decimal): -9149797 or 10183284. OLE color: 10183284.

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

Color convert

RGB11698155-
CMYK0.250.3700.39
HSL258.95º22.53%49.61%-
HSV(B)258.95º36.77%60.78%-
XYZ17.4914.8132.95-
YUV109.88153.46132.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=31.44%
G=26.56%
B=42.01%

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
Decimal116981550.250.3700.39258.9522.5349.61
Hex74629B19250271031732
Octal16414223331450474032762
Binary111010011000101001101111001100101010011110000001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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