#74599F

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

Shades of Studio #74599F

Tints of Studio #74599F

Color information

#74599F (or 0x74599F) is unknown color: approx Studio. HEX triplet: 74, 59 and 9F. RGB value is (116,89,159). Sum of RGB (Red+Green+Blue) = 116+89+159=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #74599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74599F is #8BA660. Grayscale: #686868. Windows color (decimal): -9152097 or 10443124. OLE color: 10443124.

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

Color convert

RGB11689159-
CMYK0.270.4400.38
HSL263.14º28.23%48.63%-
HSV(B)263.14º44.03%62.35%-
XYZ17.0313.3634.48-
YUV105.05158.45135.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=31.87%
G=24.45%
B=43.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116891590.270.4400.38263.1428.2348.63
Hex74599F1B2C0261071c31
Octal16413123733540464073461
Binary111010010110011001111111011101100010011010000011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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