#74539E

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

Shades of Studio #74539E

Tints of Studio #74539E

Color information

#74539E (or 0x74539E) is unknown color: approx Studio. HEX triplet: 74, 53 and 9E. RGB value is (116,83,158). Sum of RGB (Red+Green+Blue) = 116+83+158=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #74539E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74539E is #8BAC61. Grayscale: #656565. Windows color (decimal): -9153634 or 10376052. OLE color: 10376052.

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

Color convert

RGB11683158-
CMYK0.270.4700.38
HSL266.4º31.12%47.25%-
HSV(B)266.4º47.47%61.96%-
XYZ16.4712.3733.87-
YUV101.42159.93138.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=32.49%
G=23.25%
B=44.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116831580.270.4700.38266.431.1247.25
Hex74539E1B2F02610a1f2f
Octal16412323633570464123757
Binary111010010100111001111011011101111010011010000101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74539E; }

 p { color: rgb(116,83,158); }

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

<style>
 a { background-color: #74539E; }

 a { background-color: rgb(116,83,158); }

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

<style>
 span { border-color: #74539E; }

 span { border-color: rgb(116,83,158); }

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