#74599D

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

Shades of Studio #74599D

Tints of Studio #74599D

Color information

#74599D (or 0x74599D) is unknown color: approx Studio. HEX triplet: 74, 59 and 9D. RGB value is (116,89,157). Sum of RGB (Red+Green+Blue) = 116+89+157=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #74599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74599D is #8BA662. Grayscale: #686868. Windows color (decimal): -9152099 or 10312052. OLE color: 10312052.

HSL color Cylindrical-coordinate representation of color #74599D: hue angle of 263.82º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74599D is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11689157-
CMYK0.260.4300.38
HSL263.82º27.64%48.24%-
HSV(B)263.82º43.31%61.57%-
XYZ16.8613.2933.58-
YUV104.82157.45135.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.04%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=32.04%
G=24.59%
B=43.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116891570.260.4300.38263.8227.6448.24
Hex74599D1A2B0261081c30
Octal16413123532530464103460
Binary111010010110011001110111010101011010011010000100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,89,157); }

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

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

 a { background-color: rgb(116,89,157); }

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

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

 span { border-color: rgb(116,89,157); }

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