Html Css Color HEX #495977 Chambray

📋 copy color: '#495977'

red 73 ◦ green 89 ◦ blue 119

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

Shades of Chambray #495977

Tints of Chambray #495977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

 BLUE value IS 119 (46.88% from 255) = 42.35%

R = 25.98%
G = 31.67%
B = 42.35%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495977 (or 0x495977) is known color: Chambray. HEX triplet: 49, 59 and 77. RGB value is (73,89,119). Sum of RGB (Red+Green+Blue) = 73+89+119=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #495977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495977 is #B6A688. Grayscale: #575757. Windows color (decimal): -11970185 or 7821641. OLE color: 7821641.

HSL color Cylindrical-coordinate representation of color #495977: hue angle of 219.13º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495977 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 89 119 -
CMYK 0.39 0.25 0 0.53
HSL 219.13º 0.24% 0.38% -
HSV(B) 219.13º 0.39% 0.47% -
XYZ 9.65 9.89 18.85 -
YUV 87.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 73 89 119 0.39 0.25 0 0.53 219.13 0.24 0.38
Hex 49 59 77 27 19 0 35 DB 18 26
Octal 111 131 167 47 31 0 65 333 30 46
Binary 1001001 1011001 1110111 100111 11001 0 110101 11011011 11000 100110

Color Harmonies of #495977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495977

Black with #495977

Text Example


Text Example

White with #495977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495977; }

 p { color: rgb(73,89,119); }

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

background-color css

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

 a { background-color: rgb(73,89,119); }

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

border-color css

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

 span { border-color: rgb(73,89,119); }

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