Html Css Color HEX #49596C Chambray

📋 copy color: '#49596C'

red 73 ◦ green 89 ◦ blue 108

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

Shades of Chambray #49596C

Tints of Chambray #49596C

RGB

 RED value IS 73 (28.91% from 255) = 27.04%

 GREEN value IS 89 (35.16% from 255) = 32.96%

 BLUE value IS 108 (42.58% from 255) = 40%

R = 27.04%
G = 32.96%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49596C (or 0x49596C) is known color: Chambray. HEX triplet: 49, 59 and 6C. RGB value is (73,89,108). Sum of RGB (Red+Green+Blue) = 73+89+108=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #49596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49596C is #B6A693. Grayscale: #565656. Windows color (decimal): -11970196 or 7100745. OLE color: 7100745.

HSL color Cylindrical-coordinate representation of color #49596C: hue angle of 212.57º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49596C is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 89 108 -
CMYK 0.32 0.18 0 0.58
HSL 212.57º 0.19% 0.35% -
HSV(B) 212.57º 0.32% 0.42% -
XYZ 9.03 9.64 15.57 -
YUV 86.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 73 89 108 0.32 0.18 0 0.58 212.57 0.19 0.35
Hex 49 59 6C 20 12 0 3A D5 13 23
Octal 111 131 154 40 22 0 72 325 23 43
Binary 1001001 1011001 1101100 100000 10010 0 111010 11010101 10011 100011

Color Harmonies of #49596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49596C

Black with #49596C

Text Example


Text Example

White with #49596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49596C; }

 p { color: rgb(73,89,108); }

 H1.HeaderClassName
 {
   color: #49596C;
 }
 .AnyTagClassName
 {
   color: #49596C;
 }
</style>

background-color css

<style>
 a { background-color: #49596C; }

 a { background-color: rgb(73,89,108); }

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

border-color css

<style>
 span { border-color: #49596C; }

 span { border-color: rgb(73,89,108); }

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