Html Css Color HEX #4A6260 River Bed

📋 copy color: '#4A6260'

red 74 ◦ green 98 ◦ blue 96

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

Shades of River Bed #4A6260

Tints of River Bed #4A6260

RGB

 RED value IS 74 (29.3% from 255) = 27.61%

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

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

R = 27.61%
G = 36.57%
B = 35.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#4A6260 (or 0x4A6260) is known color: River Bed. HEX triplet: 4A, 62 and 60. RGB value is (74,98,96). Sum of RGB (Red+Green+Blue) = 74+98+96=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6260 is #B59D9F. Grayscale: #5A5A5A. Windows color (decimal): -11902368 or 6316618. OLE color: 6316618.

HSL color Cylindrical-coordinate representation of color #4A6260: hue angle of 175º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A6260 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 98 96 -
CMYK 0.24 0 0.02 0.62
HSL 175º 0.14% 0.34% -
HSV(B) 175º 0.24% 0.38% -
XYZ 9.3 11.04 12.71 -
YUV 90.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 74 98 96 0.24 0 0.02 0.62 175 0.14 0.34
Hex 4A 62 60 18 0 2 3E AF E 22
Octal 112 142 140 30 0 2 76 257 16 42
Binary 1001010 1100010 1100000 11000 0 10 111110 10101111 1110 100010

Color Harmonies of #4A6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6260

Black with #4A6260

Text Example


Text Example

White with #4A6260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A6260; }

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

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

background-color css

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

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

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

border-color css

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

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

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