Html Css Color HEX #496079 Chambray

📋 copy color: '#496079'

red 73 ◦ green 96 ◦ blue 121

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

Shades of Chambray #496079

Tints of Chambray #496079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

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

R = 25.17%
G = 33.1%
B = 41.72%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#496079 (or 0x496079) is known color: Chambray. HEX triplet: 49, 60 and 79. RGB value is (73,96,121). Sum of RGB (Red+Green+Blue) = 73+96+121=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #496079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496079 is #B69F86. Grayscale: #5B5B5B. Windows color (decimal): -11968391 or 7954505. OLE color: 7954505.

HSL color Cylindrical-coordinate representation of color #496079: hue angle of 211.25º 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 #496079 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 96 121 -
CMYK 0.40 0.21 0 0.53
HSL 211.25º 0.25% 0.38% -
HSV(B) 211.25º 0.4% 0.47% -
XYZ 10.38 11.16 19.7 -
YUV 91.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 73 96 121 0.40 0.21 0 0.53 211.25 0.25 0.38
Hex 49 60 79 28 15 0 35 D3 19 26
Octal 111 140 171 50 25 0 65 323 31 46
Binary 1001001 1100000 1111001 101000 10101 0 110101 11010011 11001 100110

Color Harmonies of #496079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496079

Black with #496079

Text Example


Text Example

White with #496079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496079; }

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

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

background-color css

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

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

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

border-color css

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

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

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