Html Css Color HEX #495C71 Chambray

📋 copy color: '#495C71'

red 73 ◦ green 92 ◦ blue 113

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

Shades of Chambray #495C71

Tints of Chambray #495C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

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

R = 26.26%
G = 33.09%
B = 40.65%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#495C71 (or 0x495C71) is known color: Chambray. HEX triplet: 49, 5C and 71. RGB value is (73,92,113). Sum of RGB (Red+Green+Blue) = 73+92+113=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #495C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C71 is #B6A38E. Grayscale: #585858. Windows color (decimal): -11969423 or 7429193. OLE color: 7429193.

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

Color convert

RGB 73 92 113 -
CMYK 0.35 0.19 0 0.56
HSL 211.5º 0.22% 0.36% -
HSV(B) 211.5º 0.35% 0.44% -
XYZ 9.56 10.26 17.1 -
YUV 88.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 73 92 113 0.35 0.19 0 0.56 211.5 0.22 0.36
Hex 49 5C 71 23 13 0 38 D4 16 24
Octal 111 134 161 43 23 0 70 324 26 44
Binary 1001001 1011100 1110001 100011 10011 0 111000 11010100 10110 100100

Color Harmonies of #495C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C71

Black with #495C71

Text Example


Text Example

White with #495C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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