Html Css Color HEX #495677 Chambray

📋 copy color: '#495677'

red 73 ◦ green 86 ◦ blue 119

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

Shades of Chambray #495677

Tints of Chambray #495677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.94%

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

R = 26.26%
G = 30.94%
B = 42.81%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495677 (or 0x495677) is known color: Chambray. HEX triplet: 49, 56 and 77. RGB value is (73,86,119). Sum of RGB (Red+Green+Blue) = 73+86+119=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #495677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495677 is #B6A988. Grayscale: #555555. Windows color (decimal): -11970953 or 7820873. OLE color: 7820873.

HSL color Cylindrical-coordinate representation of color #495677: hue angle of 223.04º 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 #495677 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 86 119 -
CMYK 0.39 0.28 0 0.53
HSL 223.04º 0.24% 0.38% -
HSV(B) 223.04º 0.39% 0.47% -
XYZ 9.41 9.4 18.77 -
YUV 85.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 73 86 119 0.39 0.28 0 0.53 223.04 0.24 0.38
Hex 49 56 77 27 1C 0 35 DF 18 26
Octal 111 126 167 47 34 0 65 337 30 46
Binary 1001001 1010110 1110111 100111 11100 0 110101 11011111 11000 100110

Color Harmonies of #495677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495677

Black with #495677

Text Example


Text Example

White with #495677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495677; }

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

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

background-color css

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

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

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

border-color css

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

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

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