#73479E

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

Shades of Studio #73479E

Tints of Studio #73479E

Color information

#73479E (or 0x73479E) is unknown color: approx Studio. HEX triplet: 73, 47 and 9E. RGB value is (115,71,158). Sum of RGB (Red+Green+Blue) = 115+71+158=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #73479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73479E is #8CB861. Grayscale: #5D5D5D. Windows color (decimal): -9222242 or 10372979. OLE color: 10372979.

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

Color convert

RGB11571158-
CMYK0.270.5500.38
HSL270.34º37.99%44.9%-
HSV(B)270.34º55.06%61.96%-
XYZ15.510.6233.58-
YUV94.07164.08142.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 71 (28.12% from 255) = 20.64%
BLUE value IS 158 (62.11% from 255) = 45.93%
R=33.43%
G=20.64%
B=45.93%

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
Decimal115711580.270.5500.38270.3437.9944.9
Hex73479E1B3702610e262d
Octal16310723633670464164655
Binary1110011100011110011110110111101110100110100001110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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