Html Css Color HEX #49607E Chambray

📋 copy color: '#49607E'

red 73 ◦ green 96 ◦ blue 126

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

Shades of Chambray #49607E

Tints of Chambray #49607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.71%

R = 24.75%
G = 32.54%
B = 42.71%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49607E (or 0x49607E) is known color: Chambray. HEX triplet: 49, 60 and 7E. RGB value is (73,96,126). Sum of RGB (Red+Green+Blue) = 73+96+126=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #49607E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49607E is #B69F81. Grayscale: #5C5C5C. Windows color (decimal): -11968386 or 8282185. OLE color: 8282185.

HSL color Cylindrical-coordinate representation of color #49607E: hue angle of 213.96º degrees, saturation: 0.27, 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 #49607E is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 96 126 -
CMYK 0.42 0.24 0 0.51
HSL 213.96º 0.27% 0.39% -
HSV(B) 213.96º 0.42% 0.49% -
XYZ 10.7 11.29 21.35 -
YUV 92.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 73 96 126 0.42 0.24 0 0.51 213.96 0.27 0.39
Hex 49 60 7E 2A 18 0 33 D6 1B 27
Octal 111 140 176 52 30 0 63 326 33 47
Binary 1001001 1100000 1111110 101010 11000 0 110011 11010110 11011 100111

Color Harmonies of #49607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49607E

Black with #49607E

Text Example


Text Example

White with #49607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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