#74479E

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

Shades of Studio #74479E

Tints of Studio #74479E

Color information

#74479E (or 0x74479E) is unknown color: approx Studio. HEX triplet: 74, 47 and 9E. RGB value is (116,71,158). Sum of RGB (Red+Green+Blue) = 116+71+158=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #74479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74479E is #8BB861. Grayscale: #5E5E5E. Windows color (decimal): -9156706 or 10372980. OLE color: 10372980.

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

Color convert

RGB11671158-
CMYK0.270.5500.38
HSL271.03º37.99%44.9%-
HSV(B)271.03º55.06%61.96%-
XYZ15.6310.6933.59-
YUV94.37163.91143.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 71 (28.12% from 255) = 20.58%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=33.62%
G=20.58%
B=45.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116711580.270.5500.38271.0337.9944.9
Hex74479E1B3702610f262d
Octal16410723633670464174655
Binary1110100100011110011110110111101110100110100001111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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