Html Css Color HEX #49607D Chambray

📋 copy color: '#49607D'

red 73 ◦ green 96 ◦ blue 125

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

Shades of Chambray #49607D

Tints of Chambray #49607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 24.83%
G = 32.65%
B = 42.52%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49607D (or 0x49607D) is known color: Chambray. HEX triplet: 49, 60 and 7D. RGB value is (73,96,125). Sum of RGB (Red+Green+Blue) = 73+96+125=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #49607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49607D is #B69F82. Grayscale: #5C5C5C. Windows color (decimal): -11968387 or 8216649. OLE color: 8216649.

HSL color Cylindrical-coordinate representation of color #49607D: hue angle of 213.46º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49607D is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 96 125 -
CMYK 0.42 0.23 0 0.51
HSL 213.46º 0.26% 0.39% -
HSV(B) 213.46º 0.42% 0.49% -
XYZ 10.63 11.26 21.02 -
YUV 92.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 73 96 125 0.42 0.23 0 0.51 213.46 0.26 0.39
Hex 49 60 7D 2A 17 0 33 D5 1A 27
Octal 111 140 175 52 27 0 63 325 32 47
Binary 1001001 1100000 1111101 101010 10111 0 110011 11010101 11010 100111

Color Harmonies of #49607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49607D

Black with #49607D

Text Example


Text Example

White with #49607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,96,125); }

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

background-color css

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

 a { background-color: rgb(73,96,125); }

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

border-color css

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

 span { border-color: rgb(73,96,125); }

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