Html Css Color HEX #4C6562 River Bed

📋 copy color: '#4C6562'

red 76 ◦ green 101 ◦ blue 98

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

Shades of River Bed #4C6562

Tints of River Bed #4C6562

RGB

 RED value IS 76 (30.08% from 255) = 27.64%

 GREEN value IS 101 (39.84% from 255) = 36.73%

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 27.64%
G = 36.73%
B = 35.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#4C6562 (or 0x4C6562) is known color: River Bed. HEX triplet: 4C, 65 and 62. RGB value is (76,101,98). Sum of RGB (Red+Green+Blue) = 76+101+98=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 101 - color contains mainly: green. Hex color #4C6562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6562 is #B39A9D. Grayscale: #5D5D5D. Windows color (decimal): -11770526 or 6448460. OLE color: 6448460.

HSL color Cylindrical-coordinate representation of color #4C6562: hue angle of 172.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C6562 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 101 98 -
CMYK 0.25 0 0.03 0.60
HSL 172.8º 0.14% 0.35% -
HSV(B) 172.8º 0.25% 0.4% -
XYZ 9.84 11.73 13.3 -
YUV 93.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 76 101 98 0.25 0 0.03 0.60 172.8 0.14 0.35
Hex 4C 65 62 19 0 3 3C AD E 23
Octal 114 145 142 31 0 3 74 255 16 43
Binary 1001100 1100101 1100010 11001 0 11 111100 10101101 1110 100011

Color Harmonies of #4C6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6562

Black with #4C6562

Text Example


Text Example

White with #4C6562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,101,98); }

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

background-color css

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

 a { background-color: rgb(76,101,98); }

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

border-color css

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

 span { border-color: rgb(76,101,98); }

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