Html Css Color HEX #495775 Chambray

📋 copy color: '#495775'

red 73 ◦ green 87 ◦ blue 117

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

Shades of Chambray #495775

Tints of Chambray #495775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.24%

R = 26.35%
G = 31.41%
B = 42.24%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#495775 (or 0x495775) is known color: Chambray. HEX triplet: 49, 57 and 75. RGB value is (73,87,117). Sum of RGB (Red+Green+Blue) = 73+87+117=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #495775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495775 is #B6A88A. Grayscale: #565656. Windows color (decimal): -11970699 or 7690057. OLE color: 7690057.

HSL color Cylindrical-coordinate representation of color #495775: hue angle of 220.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495775 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 87 117 -
CMYK 0.38 0.26 0 0.54
HSL 220.91º 0.23% 0.37% -
HSV(B) 220.91º 0.38% 0.46% -
XYZ 9.37 9.52 18.17 -
YUV 86.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 73 87 117 0.38 0.26 0 0.54 220.91 0.23 0.37
Hex 49 57 75 26 1A 0 36 DD 17 25
Octal 111 127 165 46 32 0 66 335 27 45
Binary 1001001 1010111 1110101 100110 11010 0 110110 11011101 10111 100101

Color Harmonies of #495775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495775

Black with #495775

Text Example


Text Example

White with #495775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495775; }

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

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

background-color css

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

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

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

border-color css

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

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

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