Html Css Color HEX #495E71 Chambray

📋 copy color: '#495E71'

red 73 ◦ green 94 ◦ blue 113

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

Shades of Chambray #495E71

Tints of Chambray #495E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

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

R = 26.07%
G = 33.57%
B = 40.36%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#495E71 (or 0x495E71) is known color: Chambray. HEX triplet: 49, 5E and 71. RGB value is (73,94,113). Sum of RGB (Red+Green+Blue) = 73+94+113=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #495E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E71 is #B6A18E. Grayscale: #595959. Windows color (decimal): -11968911 or 7429705. OLE color: 7429705.

HSL color Cylindrical-coordinate representation of color #495E71: hue angle of 208.5º 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 #495E71 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 94 113 -
CMYK 0.35 0.17 0 0.56
HSL 208.5º 0.22% 0.36% -
HSV(B) 208.5º 0.35% 0.44% -
XYZ 9.73 10.61 17.16 -
YUV 89.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 73 94 113 0.35 0.17 0 0.56 208.5 0.22 0.36
Hex 49 5E 71 23 11 0 38 D0 16 24
Octal 111 136 161 43 21 0 70 320 26 44
Binary 1001001 1011110 1110001 100011 10001 0 111000 11010000 10110 100100

Color Harmonies of #495E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E71

Black with #495E71

Text Example


Text Example

White with #495E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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