Html Css Color HEX #495D79 Chambray

📋 copy color: '#495D79'

red 73 ◦ green 93 ◦ blue 121

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

Shades of Chambray #495D79

Tints of Chambray #495D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 25.44%
G = 32.4%
B = 42.16%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495D79 (or 0x495D79) is known color: Chambray. HEX triplet: 49, 5D and 79. RGB value is (73,93,121). Sum of RGB (Red+Green+Blue) = 73+93+121=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #495D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D79 is #B6A286. Grayscale: #5A5A5A. Windows color (decimal): -11969159 or 7953737. OLE color: 7953737.

HSL color Cylindrical-coordinate representation of color #495D79: hue angle of 215º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495D79 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 93 121 -
CMYK 0.40 0.23 0 0.53
HSL 215º 0.25% 0.38% -
HSV(B) 215º 0.4% 0.47% -
XYZ 10.11 10.63 19.61 -
YUV 90.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 73 93 121 0.40 0.23 0 0.53 215 0.25 0.38
Hex 49 5D 79 28 17 0 35 D7 19 26
Octal 111 135 171 50 27 0 65 327 31 46
Binary 1001001 1011101 1111001 101000 10111 0 110101 11010111 11001 100110

Color Harmonies of #495D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D79

Black with #495D79

Text Example


Text Example

White with #495D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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