Html Css Color HEX #73496D Salt Box

📋 copy color: '#73496D'

red 115 ◦ green 73 ◦ blue 109

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

Shades of Salt Box #73496D

Tints of Salt Box #73496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

 BLUE value IS 109 (42.97% from 255) = 36.7%

R = 38.72%
G = 24.58%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73496D (or 0x73496D) is known color: Salt Box. HEX triplet: 73, 49 and 6D. RGB value is (115,73,109). Sum of RGB (Red+Green+Blue) = 115+73+109=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #73496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73496D is #8CB692. Grayscale: #595959. Windows color (decimal): -9221779 or 7162227. OLE color: 7162227.

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

Color convert

RGB 115 73 109 -
CMYK 0 0.37 0.05 0.55
HSL 308.57º 0.22% 0.37% -
HSV(B) 308.57º 0.37% 0.45% -
XYZ 12.21 9.51 15.66 -
YUV 89.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 115 73 109 0 0.37 0.05 0.55 308.57 0.22 0.37
Hex 73 49 6D 0 25 5 37 135 16 25
Octal 163 111 155 0 45 5 67 465 26 45
Binary 1110011 1001001 1101101 0 100101 101 110111 100110101 10110 100101

Color Harmonies of #73496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73496D

Black with #73496D

Text Example


Text Example

White with #73496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,73,109); }

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

background-color css

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

 a { background-color: rgb(115,73,109); }

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

border-color css

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

 span { border-color: rgb(115,73,109); }

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