Html Css Color HEX #73465B Cosmic

📋 copy color: '#73465B'

red 115 ◦ green 70 ◦ blue 91

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

Shades of Cosmic #73465B

Tints of Cosmic #73465B

RGB

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

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

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

R = 41.67%
G = 25.36%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73465B (or 0x73465B) is known color: Cosmic. HEX triplet: 73, 46 and 5B. RGB value is (115,70,91). Sum of RGB (Red+Green+Blue) = 115+70+91=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #73465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73465B is #8CB9A4. Grayscale: #555555. Windows color (decimal): -9222565 or 5981811. OLE color: 5981811.

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

Color convert

RGB 115 70 91 -
CMYK 0 0.39 0.21 0.55
HSL 332º 0.24% 0.36% -
HSV(B) 332º 0.39% 0.45% -
XYZ 11.15 8.78 11 -
YUV 85.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 115 70 91 0 0.39 0.21 0.55 332 0.24 0.36
Hex 73 46 5B 0 27 15 37 14C 18 24
Octal 163 106 133 0 47 25 67 514 30 44
Binary 1110011 1000110 1011011 0 100111 10101 110111 101001100 11000 100100

Color Harmonies of #73465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73465B

Black with #73465B

Text Example


Text Example

White with #73465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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