Html Css Color HEX #496279 Chambray

📋 copy color: '#496279'

red 73 ◦ green 98 ◦ blue 121

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

Shades of Chambray #496279

Tints of Chambray #496279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.56%

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

R = 25%
G = 33.56%
B = 41.44%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#496279 (or 0x496279) is known color: Chambray. HEX triplet: 49, 62 and 79. RGB value is (73,98,121). Sum of RGB (Red+Green+Blue) = 73+98+121=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 121 - color contains mainly: blue. Hex color #496279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496279 is #B69D86. Grayscale: #5D5D5D. Windows color (decimal): -11967879 or 7955017. OLE color: 7955017.

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

Color convert

RGB 73 98 121 -
CMYK 0.40 0.19 0 0.53
HSL 208.75º 0.25% 0.38% -
HSV(B) 208.75º 0.4% 0.47% -
XYZ 10.57 11.53 19.76 -
YUV 93.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 73 98 121 0.40 0.19 0 0.53 208.75 0.25 0.38
Hex 49 62 79 28 13 0 35 D1 19 26
Octal 111 142 171 50 23 0 65 321 31 46
Binary 1001001 1100010 1111001 101000 10011 0 110101 11010001 11001 100110

Color Harmonies of #496279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496279

Black with #496279

Text Example


Text Example

White with #496279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496279; }

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

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

background-color css

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

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

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

border-color css

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

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

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