Html Css Color HEX #495D73 Chambray

📋 copy color: '#495D73'

red 73 ◦ green 93 ◦ blue 115

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

Shades of Chambray #495D73

Tints of Chambray #495D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 25.98%
G = 33.1%
B = 40.93%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#495D73 (or 0x495D73) is known color: Chambray. HEX triplet: 49, 5D and 73. RGB value is (73,93,115). Sum of RGB (Red+Green+Blue) = 73+93+115=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #495D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D73 is #B6A28C. Grayscale: #595959. Windows color (decimal): -11969165 or 7560521. OLE color: 7560521.

HSL color Cylindrical-coordinate representation of color #495D73: hue angle of 211.43º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495D73 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 93 115 -
CMYK 0.37 0.19 0 0.55
HSL 211.43º 0.22% 0.37% -
HSV(B) 211.43º 0.37% 0.45% -
XYZ 9.76 10.48 17.73 -
YUV 89.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 73 93 115 0.37 0.19 0 0.55 211.43 0.22 0.37
Hex 49 5D 73 25 13 0 37 D3 16 25
Octal 111 135 163 45 23 0 67 323 26 45
Binary 1001001 1011101 1110011 100101 10011 0 110111 11010011 10110 100101

Color Harmonies of #495D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D73

Black with #495D73

Text Example


Text Example

White with #495D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,93,115); }

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

background-color css

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

 a { background-color: rgb(73,93,115); }

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

border-color css

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

 span { border-color: rgb(73,93,115); }

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