Html Css Color HEX #495E74 Chambray

📋 copy color: '#495E74'

red 73 ◦ green 94 ◦ blue 116

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

Shades of Chambray #495E74

Tints of Chambray #495E74

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.22%

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 25.8%
G = 33.22%
B = 40.99%

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

#495E74 (or 0x495E74) is known color: Chambray. HEX triplet: 49, 5E and 74. RGB value is (73,94,116). Sum of RGB (Red+Green+Blue) = 73+94+116=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #495E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E74 is #B6A18B. Grayscale: #5A5A5A. Windows color (decimal): -11968908 or 7626313. OLE color: 7626313.

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

Color convert

RGB 73 94 116 -
CMYK 0.37 0.19 0 0.55
HSL 210.7º 0.23% 0.37% -
HSV(B) 210.7º 0.37% 0.45% -
XYZ 9.9 10.68 18.06 -
YUV 90.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 73 94 116 0.37 0.19 0 0.55 210.7 0.23 0.37
Hex 49 5E 74 25 13 0 37 D3 17 25
Octal 111 136 164 45 23 0 67 323 27 45
Binary 1001001 1011110 1110100 100101 10011 0 110111 11010011 10111 100101

Color Harmonies of #495E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E74

Black with #495E74

Text Example


Text Example

White with #495E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,94,116); }

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

background-color css

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

 a { background-color: rgb(73,94,116); }

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

border-color css

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

 span { border-color: rgb(73,94,116); }

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