Html Css Color HEX #73465F Cosmic

📋 copy color: '#73465F'

red 115 ◦ green 70 ◦ blue 95

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

Shades of Cosmic #73465F

Tints of Cosmic #73465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 41.07%
G = 25%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73465F (or 0x73465F) is known color: Cosmic. HEX triplet: 73, 46 and 5F. RGB value is (115,70,95). Sum of RGB (Red+Green+Blue) = 115+70+95=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #73465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73465F is #8CB9A0. Grayscale: #565656. Windows color (decimal): -9222561 or 6243955. OLE color: 6243955.

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

Color convert

RGB 115 70 95 -
CMYK 0 0.39 0.17 0.55
HSL 326.67º 0.24% 0.36% -
HSV(B) 326.67º 0.39% 0.45% -
XYZ 11.33 8.85 11.94 -
YUV 86.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 115 70 95 0 0.39 0.17 0.55 326.67 0.24 0.36
Hex 73 46 5F 0 27 11 37 147 18 24
Octal 163 106 137 0 47 21 67 507 30 44
Binary 1110011 1000110 1011111 0 100111 10001 110111 101000111 11000 100100

Color Harmonies of #73465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73465F

Black with #73465F

Text Example


Text Example

White with #73465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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