Html Css Color HEX #495F77 Chambray

📋 copy color: '#495F77'

red 73 ◦ green 95 ◦ blue 119

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

Shades of Chambray #495F77

Tints of Chambray #495F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.1%

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

R = 25.44%
G = 33.1%
B = 41.46%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495F77 (or 0x495F77) is known color: Chambray. HEX triplet: 49, 5F and 77. RGB value is (73,95,119). Sum of RGB (Red+Green+Blue) = 73+95+119=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #495F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F77 is #B6A088. Grayscale: #5B5B5B. Windows color (decimal): -11968649 or 7823177. OLE color: 7823177.

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

Color convert

RGB 73 95 119 -
CMYK 0.39 0.20 0 0.53
HSL 211.3º 0.24% 0.38% -
HSV(B) 211.3º 0.39% 0.47% -
XYZ 10.17 10.93 19.03 -
YUV 91.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 73 95 119 0.39 0.20 0 0.53 211.3 0.24 0.38
Hex 49 5F 77 27 14 0 35 D3 18 26
Octal 111 137 167 47 24 0 65 323 30 46
Binary 1001001 1011111 1110111 100111 10100 0 110101 11010011 11000 100110

Color Harmonies of #495F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F77

Black with #495F77

Text Example


Text Example

White with #495F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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