Html Css Color HEX #73485B Cosmic

📋 copy color: '#73485B'

red 115 ◦ green 72 ◦ blue 91

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

Shades of Cosmic #73485B

Tints of Cosmic #73485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 41.37%
G = 25.9%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73485B (or 0x73485B) is known color: Cosmic. HEX triplet: 73, 48 and 5B. RGB value is (115,72,91). Sum of RGB (Red+Green+Blue) = 115+72+91=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #73485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73485B is #8CB7A4. Grayscale: #565656. Windows color (decimal): -9222053 or 5982323. OLE color: 5982323.

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

Color convert

RGB 115 72 91 -
CMYK 0 0.37 0.21 0.55
HSL 333.49º 0.23% 0.37% -
HSV(B) 333.49º 0.37% 0.45% -
XYZ 11.28 9.03 11.05 -
YUV 87.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 115 72 91 0 0.37 0.21 0.55 333.49 0.23 0.37
Hex 73 48 5B 0 25 15 37 14D 17 25
Octal 163 110 133 0 45 25 67 515 27 45
Binary 1110011 1001000 1011011 0 100101 10101 110111 101001101 10111 100101

Color Harmonies of #73485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73485B

Black with #73485B

Text Example


Text Example

White with #73485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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