#73549D

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

Shades of Studio #73549D

Tints of Studio #73549D

Color information

#73549D (or 0x73549D) is unknown color: approx Studio. HEX triplet: 73, 54 and 9D. RGB value is (115,84,157). Sum of RGB (Red+Green+Blue) = 115+84+157=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #73549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73549D is #8CAB62. Grayscale: #656565. Windows color (decimal): -9218915 or 10310771. OLE color: 10310771.

HSL color Cylindrical-coordinate representation of color #73549D: hue angle of 265.48º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73549D is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11584157-
CMYK0.270.4600.38
HSL265.48º30.29%47.25%-
HSV(B)265.48º46.5%61.57%-
XYZ16.3312.4233.44-
YUV101.59159.27137.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=32.30%
G=23.60%
B=44.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115841570.270.4600.38265.4830.2947.25
Hex73549D1B2E0261091e2f
Octal16312423533560464113657
Binary111001110101001001110111011101110010011010000100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73549D; }

 p { color: rgb(115,84,157); }

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

<style>
 a { background-color: #73549D; }

 a { background-color: rgb(115,84,157); }

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

<style>
 span { border-color: #73549D; }

 span { border-color: rgb(115,84,157); }

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