Html Css Color HEX #486260 River Bed

📋 copy color: '#486260'

red 72 ◦ green 98 ◦ blue 96

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

Shades of River Bed #486260

Tints of River Bed #486260

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 value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#486260 (or 0x486260) is known color: 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

RGB 72 98 96 -
CMYK 0.27 0 0.02 0.62
HSL 175.38º 0.15% 0.33% -
HSV(B) 175.38º 0.27% 0.38% -
XYZ 9.15 10.96 12.7 -
YUV 90 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 72 98 96 0.27 0 0.02 0.62 175.38 0.15 0.33
Hex 48 62 60 1B 0 2 3E AF F 21
Octal 110 142 140 33 0 2 76 257 17 41
Binary 1001000 1100010 1100000 11011 0 10 111110 10101111 1111 100001

Color Harmonies of #486260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486260

Black with #486260

Text Example


Text Example

White with #486260

Text Example


Text Example

HTML Codes & Css Web 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>