#73495E

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

Shades of Cosmic #73495E

Tints of Cosmic #73495E

Color information

#73495E (or 0x73495E) is unknown color: approx Cosmic. HEX triplet: 73, 49 and 5E. RGB value is (115,73,94). Sum of RGB (Red+Green+Blue) = 115+73+94=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #73495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73495E is #8CB6A1. Grayscale: #575757. Windows color (decimal): -9221794 or 6179187. OLE color: 6179187.

HSL color Cylindrical-coordinate representation of color #73495E: hue angle of 330º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73495E is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1157394-
CMYK00.370.180.55
HSL330º22.34%36.86%-
HSV(B)330º36.52%45.1%-
XYZ11.479.2211.76-
YUV87.95131.41147.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.78%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=40.78%
G=25.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115739400.370.180.5533022.3436.86
Hex73495E025123714a1625
Octal16311113604522675122645
Binary11100111001001101111001001011001011011110100101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,73,94); }

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

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

 a { background-color: rgb(115,73,94); }

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

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

 span { border-color: rgb(115,73,94); }

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