Html Css Color HEX #73465D Cosmic

📋 copy color: '#73465D'

red 115 ◦ green 70 ◦ blue 93

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

Shades of Cosmic #73465D

Tints of Cosmic #73465D

RGB

 RED value IS 115 (45.31% from 255) = 41.37%

 GREEN value IS 70 (27.73% from 255) = 25.18%

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 41.37%
G = 25.18%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73465D (or 0x73465D) is known color: Cosmic. HEX triplet: 73, 46 and 5D. RGB value is (115,70,93). Sum of RGB (Red+Green+Blue) = 115+70+93=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #73465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73465D is #8CB9A2. Grayscale: #565656. Windows color (decimal): -9222563 or 6112883. OLE color: 6112883.

HSL color Cylindrical-coordinate representation of color #73465D: hue angle of 329.33º 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 #73465D is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 70 93 -
CMYK 0 0.39 0.19 0.55
HSL 329.33º 0.24% 0.36% -
HSV(B) 329.33º 0.39% 0.45% -
XYZ 11.24 8.82 11.47 -
YUV 86.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 115 70 93 0 0.39 0.19 0.55 329.33 0.24 0.36
Hex 73 46 5D 0 27 13 37 149 18 24
Octal 163 106 135 0 47 23 67 511 30 44
Binary 1110011 1000110 1011101 0 100111 10011 110111 101001001 11000 100100

Color Harmonies of #73465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73465D

Black with #73465D

Text Example


Text Example

White with #73465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73465D;
 }
 .AnyTagClassName
 {
   color: #73465D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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