Html Css Color HEX #73485D Cosmic

📋 copy color: '#73485D'

red 115 ◦ green 72 ◦ blue 93

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

Shades of Cosmic #73485D

Tints of Cosmic #73485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

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

R = 41.07%
G = 25.71%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73485D (or 0x73485D) is known color: Cosmic. HEX triplet: 73, 48 and 5D. RGB value is (115,72,93). Sum of RGB (Red+Green+Blue) = 115+72+93=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #73485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73485D is #8CB7A2. Grayscale: #575757. Windows color (decimal): -9222051 or 6113395. OLE color: 6113395.

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

Color convert

RGB 115 72 93 -
CMYK 0 0.37 0.19 0.55
HSL 330.7º 0.23% 0.37% -
HSV(B) 330.7º 0.37% 0.45% -
XYZ 11.36 9.07 11.51 -
YUV 87.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 115 72 93 0 0.37 0.19 0.55 330.7 0.23 0.37
Hex 73 48 5D 0 25 13 37 14B 17 25
Octal 163 110 135 0 45 23 67 513 27 45
Binary 1110011 1001000 1011101 0 100101 10011 110111 101001011 10111 100101

Color Harmonies of #73485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73485D

Black with #73485D

Text Example


Text Example

White with #73485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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