Html Css Color HEX #495B71 Chambray

📋 copy color: '#495B71'

red 73 ◦ green 91 ◦ blue 113

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

Shades of Chambray #495B71

Tints of Chambray #495B71

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.85%

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

R = 26.35%
G = 32.85%
B = 40.79%

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

#495B71 (or 0x495B71) is known color: Chambray. HEX triplet: 49, 5B and 71. RGB value is (73,91,113). Sum of RGB (Red+Green+Blue) = 73+91+113=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #495B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B71 is #B6A48E. Grayscale: #585858. Windows color (decimal): -11969679 or 7428937. OLE color: 7428937.

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

Color convert

RGB 73 91 113 -
CMYK 0.35 0.19 0 0.56
HSL 213º 0.22% 0.36% -
HSV(B) 213º 0.35% 0.44% -
XYZ 9.47 10.09 17.07 -
YUV 88.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 73 91 113 0.35 0.19 0 0.56 213 0.22 0.36
Hex 49 5B 71 23 13 0 38 D5 16 24
Octal 111 133 161 43 23 0 70 325 26 44
Binary 1001001 1011011 1110001 100011 10011 0 111000 11010101 10110 100100

Color Harmonies of #495B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495B71

Black with #495B71

Text Example


Text Example

White with #495B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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