#486260

Color #486260 River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #486260

Tints of River Bed #486260

Color information

#486260 (or 0x486260) is unknown color: approx River Bed. HEX triplet: 48, 62 and 60. RGB value is (72,98,96). Sum of RGB (Red+Green+Blue) = 72+98+96=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 98 - color contains mainly: green. Hex color #486260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486260 is #B79D9F. Grayscale: #595959. Windows color (decimal): -12033440 or 6316616. OLE color: 6316616.

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

Color convert

RGB729896-
CMYK0.2700.020.62
HSL175.38º15.29%33.33%-
HSV(B)175.38º26.53%38.43%-
XYZ9.1510.9612.7-
YUV90131.39115.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 98 (38.67% from 255) = 36.84%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=27.07%
G=36.84%
B=36.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298960.2700.020.62175.3815.2933.33
Hex4862601B023Eaff21
Octal1101421403302762571741
Binary10010001100010110000011011010111110101011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486260; }

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

 H1.HeaderClassName
 {
   color: #486260;
 }
 .AnyTagClassName
 {
   color: #486260;
 }
</style>
background-color css

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

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

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

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

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

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