#76479E

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

Shades of Studio #76479E

Tints of Studio #76479E

Color information

#76479E (or 0x76479E) is unknown color: approx Studio. HEX triplet: 76, 47 and 9E. RGB value is (118,71,158). Sum of RGB (Red+Green+Blue) = 118+71+158=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #76479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76479E is #89B861. Grayscale: #5E5E5E. Windows color (decimal): -9025634 or 10372982. OLE color: 10372982.

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

Color convert

RGB11871158-
CMYK0.250.5500.38
HSL272.41º37.99%44.9%-
HSV(B)272.41º55.06%61.96%-
XYZ15.910.8333.6-
YUV94.97163.57144.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=34.01%
G=20.46%
B=45.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118711580.250.5500.38272.4137.9944.9
Hex76479E1937026110262d
Octal16610723631670464204655
Binary1110110100011110011110110011101110100110100010000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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