#74529F

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

Shades of Studio #74529F

Tints of Studio #74529F

Color information

#74529F (or 0x74529F) is unknown color: approx Studio. HEX triplet: 74, 52 and 9F. RGB value is (116,82,159). Sum of RGB (Red+Green+Blue) = 116+82+159=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #74529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74529F is #8BAD60. Grayscale: #646464. Windows color (decimal): -9153889 or 10441332. OLE color: 10441332.

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

Color convert

RGB11682159-
CMYK0.270.4800.38
HSL266.49º31.95%47.25%-
HSV(B)266.49º48.43%62.35%-
XYZ16.4812.2534.3-
YUV100.94160.76138.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=32.49%
G=22.97%
B=44.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116821590.270.4800.38266.4931.9547.25
Hex74529F1B3002610a202f
Octal16412223733600464124057
Binary1110100101001010011111110111100000100110100001010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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