#74496D

Color #74496D Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #74496D

Tints of Salt Box #74496D

Color information

#74496D (or 0x74496D) is unknown color: approx Salt Box. HEX triplet: 74, 49 and 6D. RGB value is (116,73,109). Sum of RGB (Red+Green+Blue) = 116+73+109=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #74496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74496D is #8BB692. Grayscale: #595959. Windows color (decimal): -9156243 or 7162228. OLE color: 7162228.

HSL color Cylindrical-coordinate representation of color #74496D: hue angle of 309.77º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74496D is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11673109-
CMYK00.370.060.55
HSL309.77º22.75%37.06%-
HSV(B)309.77º37.07%45.49%-
XYZ12.359.5815.67-
YUV89.96138.75146.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 109 (42.97% from 255) = 36.58%
R=38.93%
G=24.50%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167310900.370.060.55309.7722.7537.06
Hex74496D0256371361725
Octal1641111550456674662745
Binary111010010010011101101010010111011011110011011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74496D; }

 p { color: rgb(116,73,109); }

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

<style>
 a { background-color: #74496D; }

 a { background-color: rgb(116,73,109); }

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

<style>
 span { border-color: #74496D; }

 span { border-color: rgb(116,73,109); }

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