Html Css Color HEX #496260 River Bed

📋 copy color: '#496260'

red 73 ◦ green 98 ◦ blue 96

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

Shades of River Bed #496260

Tints of River Bed #496260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.96%

R = 27.34%
G = 36.7%
B = 35.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#496260 (or 0x496260) is known color: River Bed. HEX triplet: 49, 62 and 60. RGB value is (73,98,96). Sum of RGB (Red+Green+Blue) = 73+98+96=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #496260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496260 is #B69D9F. Grayscale: #5A5A5A. Windows color (decimal): -11967904 or 6316617. OLE color: 6316617.

HSL color Cylindrical-coordinate representation of color #496260: hue angle of 175.2º 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 #496260 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 98 96 -
CMYK 0.26 0 0.02 0.62
HSL 175.2º 0.15% 0.34% -
HSV(B) 175.2º 0.26% 0.38% -
XYZ 9.23 11 12.7 -
YUV 90.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 73 98 96 0.26 0 0.02 0.62 175.2 0.15 0.34
Hex 49 62 60 1A 0 2 3E AF F 22
Octal 111 142 140 32 0 2 76 257 17 42
Binary 1001001 1100010 1100000 11010 0 10 111110 10101111 1111 100010

Color Harmonies of #496260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496260

Black with #496260

Text Example


Text Example

White with #496260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496260; }

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

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

background-color css

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

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

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

border-color css

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

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

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