#74479F

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

Shades of Studio #74479F

Tints of Studio #74479F

Color information

#74479F (or 0x74479F) is unknown color: approx Studio. HEX triplet: 74, 47 and 9F. RGB value is (116,71,159). Sum of RGB (Red+Green+Blue) = 116+71+159=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #74479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74479F is #8BB860. Grayscale: #5E5E5E. Windows color (decimal): -9156705 or 10438516. OLE color: 10438516.

HSL color Cylindrical-coordinate representation of color #74479F: hue angle of 270.68º 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 #74479F is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11671159-
CMYK0.270.5500.38
HSL270.68º38.26%45.1%-
HSV(B)270.68º55.35%62.35%-
XYZ15.7110.7234.04-
YUV94.49164.41143.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=33.53%
G=20.52%
B=45.95%

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
Decimal116711590.270.5500.38270.6838.2645.1
Hex74479F1B3702610f262d
Octal16410723733670464174655
Binary1110100100011110011111110111101110100110100001111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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