#74599C

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

Shades of Studio #74599C

Tints of Studio #74599C

Color information

#74599C (or 0x74599C) is unknown color: approx Studio. HEX triplet: 74, 59 and 9C. RGB value is (116,89,156). Sum of RGB (Red+Green+Blue) = 116+89+156=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #74599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74599C is #8BA663. Grayscale: #686868. Windows color (decimal): -9152100 or 10246516. OLE color: 10246516.

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

Color convert

RGB11689156-
CMYK0.260.4300.39
HSL264.18º27.35%48.04%-
HSV(B)264.18º42.95%61.18%-
XYZ16.7813.2633.13-
YUV104.71156.95136.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=32.13%
G=24.65%
B=43.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116891560.260.4300.39264.1827.3548.04
Hex74599C1A2B0271081b30
Octal16413123432530474103360
Binary111010010110011001110011010101011010011110000100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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