Html Css Color HEX #73495E Cosmic

📋 copy color: '#73495E'

red 115 ◦ green 73 ◦ blue 94

#73495E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #73495E

Tints of Cosmic #73495E

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 value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73495E (or 0x73495E) is known color: 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

RGB 115 73 94 -
CMYK 0 0.37 0.18 0.55
HSL 330º 0.22% 0.37% -
HSV(B) 330º 0.37% 0.45% -
XYZ 11.47 9.22 11.76 -
YUV 87.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 115 73 94 0 0.37 0.18 0.55 330 0.22 0.37
Hex 73 49 5E 0 25 12 37 14A 16 25
Octal 163 111 136 0 45 22 67 512 26 45
Binary 1110011 1001001 1011110 0 100101 10010 110111 101001010 10110 100101

Color Harmonies of #73495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73495E

Black with #73495E

Text Example


Text Example

White with #73495E

Text Example


Text Example

HTML Codes & Css Web 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>