Html Css Color HEX #49586E Chambray

📋 copy color: '#49586E'

red 73 ◦ green 88 ◦ blue 110

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

Shades of Chambray #49586E

Tints of Chambray #49586E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.47%

 BLUE value IS 110 (43.36% from 255) = 40.59%

R = 26.94%
G = 32.47%
B = 40.59%

CMYK

 C value IS 0.34

 M value IS 0.2

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49586E (or 0x49586E) is known color: Chambray. HEX triplet: 49, 58 and 6E. RGB value is (73,88,110). Sum of RGB (Red+Green+Blue) = 73+88+110=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #49586E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49586E is #B6A791. Grayscale: #555555. Windows color (decimal): -11970450 or 7231561. OLE color: 7231561.

HSL color Cylindrical-coordinate representation of color #49586E: hue angle of 215.68º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49586E is Cyan = 0.34, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 88 110 -
CMYK 0.34 0.2 0 0.57
HSL 215.68º 0.2% 0.36% -
HSV(B) 215.68º 0.34% 0.43% -
XYZ 9.05 9.52 16.11 -
YUV 86.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 73 88 110 0.34 0.2 0 0.57 215.68 0.2 0.36
Hex 49 58 6E 22 14 0 39 D8 14 24
Octal 111 130 156 42 24 0 71 330 24 44
Binary 1001001 1011000 1101110 100010 10100 0 111001 11011000 10100 100100

Color Harmonies of #49586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49586E

Black with #49586E

Text Example


Text Example

White with #49586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,88,110); }

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

background-color css

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

 a { background-color: rgb(73,88,110); }

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

border-color css

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

 span { border-color: rgb(73,88,110); }

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