#75479B

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

Shades of Studio #75479B

Tints of Studio #75479B

Color information

#75479B (or 0x75479B) is unknown color: approx Studio. HEX triplet: 75, 47 and 9B. RGB value is (117,71,155). Sum of RGB (Red+Green+Blue) = 117+71+155=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #75479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75479B is #8AB864. Grayscale: #5E5E5E. Windows color (decimal): -9091173 or 10176373. OLE color: 10176373.

HSL color Cylindrical-coordinate representation of color #75479B: hue angle of 272.86º 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 #75479B is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11771155-
CMYK0.250.5400.39
HSL272.86º37.17%44.31%-
HSV(B)272.86º54.19%60.78%-
XYZ15.5110.6532.25-
YUV94.33162.24144.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 71 (28.12% from 255) = 20.70%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=34.11%
G=20.70%
B=45.19%

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
Decimal117711550.250.5400.39272.8637.1744.31
Hex75479B1936027111252c
Octal16510723331660474214554
Binary1110101100011110011011110011101100100111100010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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