#74479B

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

Shades of Studio #74479B

Tints of Studio #74479B

Color information

#74479B (or 0x74479B) is unknown color: approx Studio. HEX triplet: 74, 47 and 9B. RGB value is (116,71,155). Sum of RGB (Red+Green+Blue) = 116+71+155=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #74479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74479B is #8BB864. Grayscale: #5D5D5D. Windows color (decimal): -9156709 or 10176372. OLE color: 10176372.

HSL color Cylindrical-coordinate representation of color #74479B: hue angle of 272.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74479B is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11671155-
CMYK0.250.5400.39
HSL272.14º37.17%44.31%-
HSV(B)272.14º54.19%60.78%-
XYZ15.3710.5932.24-
YUV94.03162.41143.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 71 (28.12% from 255) = 20.76%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=33.92%
G=20.76%
B=45.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116711550.250.5400.39272.1437.1744.31
Hex74479B1936027110252c
Octal16410723331660474204554
Binary1110100100011110011011110011101100100111100010000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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