Html Css Color HEX #49567D Chambray

📋 copy color: '#49567D'

red 73 ◦ green 86 ◦ blue 125

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

Shades of Chambray #49567D

Tints of Chambray #49567D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.28%

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

R = 25.7%
G = 30.28%
B = 44.01%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49567D (or 0x49567D) is known color: Chambray. HEX triplet: 49, 56 and 7D. RGB value is (73,86,125). Sum of RGB (Red+Green+Blue) = 73+86+125=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #49567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49567D is #B6A982. Grayscale: #565656. Windows color (decimal): -11970947 or 8214089. OLE color: 8214089.

HSL color Cylindrical-coordinate representation of color #49567D: hue angle of 225º 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 #49567D is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 86 125 -
CMYK 0.42 0.31 0 0.51
HSL 225º 0.26% 0.39% -
HSV(B) 225º 0.42% 0.49% -
XYZ 9.78 9.55 20.73 -
YUV 86.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 73 86 125 0.42 0.31 0 0.51 225 0.26 0.39
Hex 49 56 7D 2A 1F 0 33 E1 1A 27
Octal 111 126 175 52 37 0 63 341 32 47
Binary 1001001 1010110 1111101 101010 11111 0 110011 11100001 11010 100111

Color Harmonies of #49567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49567D

Black with #49567D

Text Example


Text Example

White with #49567D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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