#73459B

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

Shades of Studio #73459B

Tints of Studio #73459B

Color information

#73459B (or 0x73459B) is unknown color: approx Studio. HEX triplet: 73, 45 and 9B. RGB value is (115,69,155). Sum of RGB (Red+Green+Blue) = 115+69+155=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #73459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73459B is #8CBA64. Grayscale: #5C5C5C. Windows color (decimal): -9222757 or 10175859. OLE color: 10175859.

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

Color convert

RGB11569155-
CMYK0.260.5500.39
HSL272.09º38.39%43.92%-
HSV(B)272.09º55.48%60.78%-
XYZ15.1110.2732.2-
YUV92.56163.24144.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=33.92%
G=20.35%
B=45.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115691550.260.5500.39272.0938.3943.92
Hex73459B1A37027110262c
Octal16310523332670474204654
Binary1110011100010110011011110101101110100111100010000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,69,155); }

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

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

 a { background-color: rgb(115,69,155); }

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

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

 span { border-color: rgb(115,69,155); }

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