Html Css Color HEX #495F73 Chambray

📋 copy color: '#495F73'

red 73 ◦ green 95 ◦ blue 115

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

Shades of Chambray #495F73

Tints of Chambray #495F73

RGB

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

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

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

R = 25.8%
G = 33.57%
B = 40.64%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#495F73 (or 0x495F73) is known color: Chambray. HEX triplet: 49, 5F and 73. RGB value is (73,95,115). Sum of RGB (Red+Green+Blue) = 73+95+115=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #495F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F73 is #B6A08C. Grayscale: #5A5A5A. Windows color (decimal): -11968653 or 7561033. OLE color: 7561033.

HSL color Cylindrical-coordinate representation of color #495F73: hue angle of 208.57º 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 #495F73 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 95 115 -
CMYK 0.37 0.17 0 0.55
HSL 208.57º 0.22% 0.37% -
HSV(B) 208.57º 0.37% 0.45% -
XYZ 9.93 10.84 17.79 -
YUV 90.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 73 95 115 0.37 0.17 0 0.55 208.57 0.22 0.37
Hex 49 5F 73 25 11 0 37 D1 16 25
Octal 111 137 163 45 21 0 67 321 26 45
Binary 1001001 1011111 1110011 100101 10001 0 110111 11010001 10110 100101

Color Harmonies of #495F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F73

Black with #495F73

Text Example


Text Example

White with #495F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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