Html Css Color HEX #496261 River Bed

📋 copy color: '#496261'

red 73 ◦ green 98 ◦ blue 97

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

Shades of River Bed #496261

Tints of River Bed #496261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 27.24%
G = 36.57%
B = 36.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#496261 (or 0x496261) is known color: River Bed. HEX triplet: 49, 62 and 61. RGB value is (73,98,97). Sum of RGB (Red+Green+Blue) = 73+98+97=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #496261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496261 is #B69D9E. Grayscale: #5A5A5A. Windows color (decimal): -11967903 or 6382153. OLE color: 6382153.

HSL color Cylindrical-coordinate representation of color #496261: hue angle of 177.6º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496261 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 98 97 -
CMYK 0.26 0 0.01 0.62
HSL 177.6º 0.15% 0.34% -
HSV(B) 177.6º 0.26% 0.38% -
XYZ 9.27 11.01 12.95 -
YUV 90.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 73 98 97 0.26 0 0.01 0.62 177.6 0.15 0.34
Hex 49 62 61 1A 0 1 3E B2 F 22
Octal 111 142 141 32 0 1 76 262 17 42
Binary 1001001 1100010 1100001 11010 0 1 111110 10110010 1111 100010

Color Harmonies of #496261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496261

Black with #496261

Text Example


Text Example

White with #496261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496261; }

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

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

background-color css

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

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

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

border-color css

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

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

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