Html Css Color HEX #49577A Chambray

📋 copy color: '#49577A'

red 73 ◦ green 87 ◦ blue 122

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

Shades of Chambray #49577A

Tints of Chambray #49577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.85%

 BLUE value IS 122 (48.05% from 255) = 43.26%

R = 25.89%
G = 30.85%
B = 43.26%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49577A (or 0x49577A) is known color: Chambray. HEX triplet: 49, 57 and 7A. RGB value is (73,87,122). Sum of RGB (Red+Green+Blue) = 73+87+122=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #49577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49577A is #B6A885. Grayscale: #565656. Windows color (decimal): -11970694 or 8017737. OLE color: 8017737.

HSL color Cylindrical-coordinate representation of color #49577A: hue angle of 222.86º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49577A is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 87 122 -
CMYK 0.40 0.29 0 0.52
HSL 222.86º 0.25% 0.38% -
HSV(B) 222.86º 0.4% 0.48% -
XYZ 9.67 9.64 19.76 -
YUV 86.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 73 87 122 0.40 0.29 0 0.52 222.86 0.25 0.38
Hex 49 57 7A 28 1D 0 34 DF 19 26
Octal 111 127 172 50 35 0 64 337 31 46
Binary 1001001 1010111 1111010 101000 11101 0 110100 11011111 11001 100110

Color Harmonies of #49577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49577A

Black with #49577A

Text Example


Text Example

White with #49577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49577A; }

 p { color: rgb(73,87,122); }

 H1.HeaderClassName
 {
   color: #49577A;
 }
 .AnyTagClassName
 {
   color: #49577A;
 }
</style>

background-color css

<style>
 a { background-color: #49577A; }

 a { background-color: rgb(73,87,122); }

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

border-color css

<style>
 span { border-color: #49577A; }

 span { border-color: rgb(73,87,122); }

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