Html Css Color HEX #496074 Chambray

📋 copy color: '#496074'

red 73 ◦ green 96 ◦ blue 116

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

Shades of Chambray #496074

Tints of Chambray #496074

RGB

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

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

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

R = 25.61%
G = 33.68%
B = 40.7%

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

#496074 (or 0x496074) is known color: Chambray. HEX triplet: 49, 60 and 74. RGB value is (73,96,116). Sum of RGB (Red+Green+Blue) = 73+96+116=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #496074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496074 is #B69F8B. Grayscale: #5B5B5B. Windows color (decimal): -11968396 or 7626825. OLE color: 7626825.

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

Color convert

RGB 73 96 116 -
CMYK 0.37 0.17 0 0.55
HSL 207.91º 0.23% 0.37% -
HSV(B) 207.91º 0.37% 0.45% -
XYZ 10.08 11.04 18.12 -
YUV 91.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 73 96 116 0.37 0.17 0 0.55 207.91 0.23 0.37
Hex 49 60 74 25 11 0 37 D0 17 25
Octal 111 140 164 45 21 0 67 320 27 45
Binary 1001001 1100000 1110100 100101 10001 0 110111 11010000 10111 100101

Color Harmonies of #496074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496074

Black with #496074

Text Example


Text Example

White with #496074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496074; }

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

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

background-color css

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

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

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

border-color css

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

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

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