#73465E

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

Shades of Cosmic #73465E

Tints of Cosmic #73465E

Color information

#73465E (or 0x73465E) is unknown color: approx Cosmic. HEX triplet: 73, 46 and 5E. RGB value is (115,70,94). Sum of RGB (Red+Green+Blue) = 115+70+94=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #73465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73465E is #8CB9A1. Grayscale: #565656. Windows color (decimal): -9222562 or 6178419. OLE color: 6178419.

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

Color convert

RGB1157094-
CMYK00.390.180.55
HSL328º24.32%36.27%-
HSV(B)328º39.13%45.1%-
XYZ11.288.8311.7-
YUV86.19132.41148.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=41.22%
G=25.09%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115709400.390.180.5532824.3236.27
Hex73465E02712371481824
Octal16310613604722675103044
Binary11100111000110101111001001111001011011110100100011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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