Html Css Color HEX #495771 Chambray

📋 copy color: '#495771'

red 73 ◦ green 87 ◦ blue 113

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

Shades of Chambray #495771

Tints of Chambray #495771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 26.74%
G = 31.87%
B = 41.39%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#495771 (or 0x495771) is known color: Chambray. HEX triplet: 49, 57 and 71. RGB value is (73,87,113). Sum of RGB (Red+Green+Blue) = 73+87+113=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #495771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495771 is #B6A88E. Grayscale: #555555. Windows color (decimal): -11970703 or 7427913. OLE color: 7427913.

HSL color Cylindrical-coordinate representation of color #495771: hue angle of 219º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495771 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 87 113 -
CMYK 0.35 0.23 0 0.56
HSL 219º 0.22% 0.36% -
HSV(B) 219º 0.35% 0.44% -
XYZ 9.14 9.43 16.96 -
YUV 85.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 73 87 113 0.35 0.23 0 0.56 219 0.22 0.36
Hex 49 57 71 23 17 0 38 DB 16 24
Octal 111 127 161 43 27 0 70 333 26 44
Binary 1001001 1010111 1110001 100011 10111 0 111000 11011011 10110 100100

Color Harmonies of #495771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495771

Black with #495771

Text Example


Text Example

White with #495771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495771; }

 p { color: rgb(73,87,113); }

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

background-color css

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

 a { background-color: rgb(73,87,113); }

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

border-color css

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

 span { border-color: rgb(73,87,113); }

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