Html Css Color HEX #49557A Chambray

📋 copy color: '#49557A'

red 73 ◦ green 85 ◦ blue 122

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

Shades of Chambray #49557A

Tints of Chambray #49557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

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

R = 26.07%
G = 30.36%
B = 43.57%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49557A (or 0x49557A) is known color: Chambray. HEX triplet: 49, 55 and 7A. RGB value is (73,85,122). Sum of RGB (Red+Green+Blue) = 73+85+122=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #49557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49557A is #B6AA85. Grayscale: #555555. Windows color (decimal): -11971206 or 8017225. OLE color: 8017225.

HSL color Cylindrical-coordinate representation of color #49557A: hue angle of 225.31º 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 #49557A is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 85 122 -
CMYK 0.40 0.30 0 0.52
HSL 225.31º 0.25% 0.38% -
HSV(B) 225.31º 0.4% 0.48% -
XYZ 9.51 9.32 19.71 -
YUV 85.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 73 85 122 0.40 0.30 0 0.52 225.31 0.25 0.38
Hex 49 55 7A 28 1E 0 34 E1 19 26
Octal 111 125 172 50 36 0 64 341 31 46
Binary 1001001 1010101 1111010 101000 11110 0 110100 11100001 11001 100110

Color Harmonies of #49557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49557A

Black with #49557A

Text Example


Text Example

White with #49557A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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