Html Css Color HEX #49567F Chambray

📋 copy color: '#49567F'

red 73 ◦ green 86 ◦ blue 127

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

Shades of Chambray #49567F

Tints of Chambray #49567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.41%

R = 25.52%
G = 30.07%
B = 44.41%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49567F (or 0x49567F) is known color: Chambray. HEX triplet: 49, 56 and 7F. RGB value is (73,86,127). Sum of RGB (Red+Green+Blue) = 73+86+127=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #49567F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49567F is #B6A980. Grayscale: #565656. Windows color (decimal): -11970945 or 8345161. OLE color: 8345161.

HSL color Cylindrical-coordinate representation of color #49567F: hue angle of 225.56º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49567F is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 86 127 -
CMYK 0.43 0.32 0 0.50
HSL 225.56º 0.27% 0.39% -
HSV(B) 225.56º 0.43% 0.5% -
XYZ 9.91 9.6 21.41 -
YUV 86.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 73 86 127 0.43 0.32 0 0.50 225.56 0.27 0.39
Hex 49 56 7F 2B 20 0 32 E2 1B 27
Octal 111 126 177 53 40 0 62 342 33 47
Binary 1001001 1010110 1111111 101011 100000 0 110010 11100010 11011 100111

Color Harmonies of #49567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49567F

Black with #49567F

Text Example


Text Example

White with #49567F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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